Skip to content

Commit 9394d70

Browse files
dependabot[bot]smarnach
authored andcommitted
Bump python in /docker
Bumps python from 3.11.11-slim-bookworm to 3.11.12-slim-bookworm. --- updated-dependencies: - dependency-name: python dependency-version: 3.11.12-slim-bookworm dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent d222475 commit 9394d70

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# NOTE(smarnach): To upgrade Python to a new minor or major version, see
22
# https://mozilla-eliot.readthedocs.io/en/latest/dev.html#how-to-upgrade-the-python-version
3-
FROM --platform=linux/amd64 python:3.11.11-slim-bookworm@sha256:7029b00486ac40bed03e36775b864d3f3d39dcbdf19cd45e6a52d541e6c178f0
3+
FROM --platform=linux/amd64 python:3.11.12-slim-bookworm@sha256:82c07f2f6e35255b92eb16f38dbd22679d5e8fb523064138d7c6468e7bf0c15b
44

55
ARG userid=10001
66
ARG groupid=10001

0 commit comments

Comments
 (0)