Skip to content
This repository was archived by the owner on Mar 23, 2026. It is now read-only.

Commit 39ec7cf

Browse files
Bump python from 51e1a0a to 1a50c00 in the docker-base-images group (#13681)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a8c43f2 commit 39ec7cf

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.13.11-slim-trixie@sha256:51e1a0a317fdb6e170dc791bbeae63fac5272c82f43958ef74a34e170c6f8b18 AS base
4+
FROM python:3.13.11-slim-trixie@sha256:1a50c00beb4b39ac0a228faa62d3b121ad76494d5b43f74a794f6d101333855c 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.13.11-slim-trixie@sha256:51e1a0a317fdb6e170dc791bbeae63fac5272c82f43958ef74a34e170c6f8b18 AS base
2+
FROM python:3.13.11-slim-trixie@sha256:1a50c00beb4b39ac0a228faa62d3b121ad76494d5b43f74a794f6d101333855c AS base
33
ARG TARGETARCH
44

55
# set workdir

0 commit comments

Comments
 (0)