From 395b4cf426afe22014f91f667bb598ee23a4c7b2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Apr 2024 18:11:54 +0200 Subject: [PATCH] Bump python from 3.12.2-slim-bullseye to 3.12.3-slim-bullseye (#217) Bumps python from 3.12.2-slim-bullseye to 3.12.3-slim-bullseye. --- updated-dependencies: - dependency-name: python dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index c6a869d..327b203 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.2-slim-bullseye AS final +FROM python:3.12.3-slim-bullseye AS final ARG DEBIAN_FRONTEND=noninteractive