From a23a93d635c657c035f5dcfb6c147fc6b1be285d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Aug 2023 18:32:06 +0000 Subject: [PATCH] Bump python from 3.11.4-slim-bullseye to 3.11.5-slim-bullseye Bumps python from 3.11.4-slim-bullseye to 3.11.5-slim-bullseye. --- updated-dependencies: - dependency-name: python dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index fd24a21..959af2c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,7 +14,7 @@ RUN date +'%Y-%m-%d %H:%M %Z' > /build-date ############################################## # Main image ############################################## -FROM python:3.11.4-slim-bullseye AS final +FROM python:3.11.5-slim-bullseye AS final ARG DEBIAN_FRONTEND=noninteractive ARG PIP_DISABLE_PIP_VERSION_CHECK=1