Skip to content

Commit 78c3b47

Browse files
Bump python from 838ff46 to 873f915 in the docker-base-images group
Bumps the docker-base-images group with 1 update: python. Updates `python` from `838ff46` to `873f915` --- updated-dependencies: - dependency-name: python dependency-version: 3.11.13-slim-bookworm dependency-type: direct:production update-type: version-update:semver-patch dependency-group: docker-base-images ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent d5914bf commit 78c3b47

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#
22
# base: Stage which installs necessary runtime dependencies (OS packages, etc.)
33
#
4-
FROM python:3.11.13-slim-bookworm@sha256:838ff46ae6c481e85e369706fa3dea5166953824124735639f3c9f52af85f319 AS base
4+
FROM python:3.11.13-slim-bookworm@sha256:873f91540d53b36327ed4fb018c9669107a4e2a676719720edb4209c4b15d029 AS base
55
ARG TARGETARCH
66

77
# Install runtime OS package dependencies

Dockerfile.s3

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# base: Stage which installs necessary runtime dependencies (OS packages, filesystem...)
2-
FROM python:3.11.13-slim-bookworm@sha256:838ff46ae6c481e85e369706fa3dea5166953824124735639f3c9f52af85f319 AS base
2+
FROM python:3.11.13-slim-bookworm@sha256:873f91540d53b36327ed4fb018c9669107a4e2a676719720edb4209c4b15d029 AS base
33
ARG TARGETARCH
44

55
# set workdir

0 commit comments

Comments
 (0)