Skip to content

Commit 840d7d1

Browse files
build(deps): bump python from 30f12e0 to bcbbec2 in /docker (#7138)
Bumps python from `30f12e0` to `bcbbec2`. --- updated-dependencies: - dependency-name: python dependency-version: 3.11.14-slim-bookworm dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 827d150 commit 840d7d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# https://hub.docker.com/_/python
66
# NOTE(smarnach): To upgrade Python to a new minor or major version, see
77
# https://socorro.readthedocs.io/en/latest/dev.html#upgrading-to-a-new-python-version
8-
FROM --platform=linux/amd64 python:3.11.14-slim-bookworm@sha256:30f12e0592b7d24ca9a80d6d93701981291fcc452e9f9fb4174ef80deb1217af AS app_amd64
8+
FROM --platform=linux/amd64 python:3.11.14-slim-bookworm@sha256:bcbbec29f7a3f9cbee891e3cd69d7fe4dec7e281daf36cbd415ddd8ee2ba0077 AS app_amd64
99

1010
# Set up user and group
1111
ARG groupid=10001

0 commit comments

Comments
 (0)