From 492b24127b6d115eab2327431c7f5bd749f35349 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 10:05:58 +0000 Subject: [PATCH] Bump python in /docker Bumps python from 3.11.10-slim-bullseye to 3.11.11-slim-bullseye. --- updated-dependencies: - dependency-name: python dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- docker/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/Dockerfile b/docker/Dockerfile index 4aa227af..e3f27f6a 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -1,6 +1,6 @@ # NOTE(smarnach): To upgrade Python to a new minor or major version, see # https://mozilla-eliot.readthedocs.io/en/latest/dev.html#how-to-upgrade-the-python-version -FROM --platform=linux/amd64 python:3.11.10-slim-bullseye@sha256:d910a25afa706e0b2da4b59990fb59c0495eeab597b5cd777bbdcda8b6530b7e +FROM --platform=linux/amd64 python:3.11.11-slim-bullseye@sha256:e32fb39f8ca1bc1736579469c6f175d2dfff2bb9170865d706d5da461b708bb6 ARG userid=10001 ARG groupid=10001