From 2a83bac56788c40334b865df4f3c59e15a4118cf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2024 11:56:58 +0000 Subject: [PATCH] Bump python from 3.12.7-slim-bullseye to 3.13.0-slim-bullseye Bumps python from 3.12.7-slim-bullseye to 3.13.0-slim-bullseye. --- updated-dependencies: - dependency-name: python dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 5cba7f9..ca9c901 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,7 +14,7 @@ RUN date +'%Y-%m-%d %H:%M %Z' > /build-date ############################################## # Main image ############################################## -FROM python:3.12.7-slim-bullseye AS final +FROM python:3.13.0-slim-bullseye AS final ARG DEBIAN_FRONTEND=noninteractive