From d2592bb4022c8bde1d052095a34deb7ec960782d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Feb 2023 12:08:50 +0000 Subject: [PATCH] Bump python from 3.11.1-slim-bullseye to 3.11.2-slim-bullseye Bumps python from 3.11.1-slim-bullseye to 3.11.2-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 f354974..24b5ca1 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.1-slim-bullseye AS final +FROM python:3.11.2-slim-bullseye AS final ARG DEBIAN_FRONTEND=noninteractive