From 06fd3a582ebc1f327a2bd4e1c013c98af527ef1d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Aug 2023 10:56:55 +0200 Subject: [PATCH] core: bump python from 3.11.4-slim-bookworm to 3.11.5-slim-bookworm (#6650) Bumps python from 3.11.4-slim-bookworm to 3.11.5-slim-bookworm. --- 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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index fea4f75b7..c78b4a96a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -20,7 +20,7 @@ WORKDIR /work/web RUN npm ci --include=dev && npm run build # Stage 3: Poetry to requirements.txt export -FROM docker.io/python:3.11.4-slim-bookworm AS poetry-locker +FROM docker.io/python:3.11.5-slim-bookworm AS poetry-locker WORKDIR /work COPY ./pyproject.toml /work @@ -62,7 +62,7 @@ RUN --mount=type=secret,id=GEOIPUPDATE_ACCOUNT_ID \ /bin/sh -c "/usr/bin/entry.sh || echo 'Failed to get GeoIP database, disabling'; exit 0" # Stage 6: Run -FROM docker.io/python:3.11.4-slim-bookworm AS final-image +FROM docker.io/python:3.11.5-slim-bookworm AS final-image ARG GIT_BUILD_HASH ARG VERSION