From 118b41f35a6a025cfb68f03571e9739f7a316450 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 12:27:32 +0000 Subject: [PATCH] build(deps): bump python from 3.10-slim-buster to 3.11-slim-buster Bumps python from 3.10-slim-buster to 3.11-slim-buster. --- updated-dependencies: - dependency-name: python dependency-version: 3.11-slim-buster dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 6941b92..baf705c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Use an official Python runtime as a parent image -FROM python:3.10-slim-buster +FROM python:3.11-slim-buster # Set environment variables ENV PYTHONUNBUFFERED=1