Skip to content

Commit bb0a55a

Browse files
committed
chore(docker): update python alpine image - fix for security alerts?
Also add doc on which digest to use and remove extra blank line.
1 parent 9deb803 commit bb0a55a

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

scripts/Docker/Dockerfile

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,10 @@ ARG source=local
2323

2424
# parameterize the sha256 sum to pin version of python:3-alpine
2525
# Must use the same version in both build stages.
26-
ARG SHA256=452682e4648deafe431ad2f2391d726d7c52f0ff291be8bd4074b10379bb89ff
27-
26+
# Note this is the index digest for the image, not the manifest digest.
27+
# The index digest is shared across archetectures (amd64, arm64 etc.)
28+
# while the manifest digest is unique per platform/arch.
29+
ARG SHA256=b4d299311845147e7e47c970566906caf8378a1f04e5d3de65b5f2e834f8e3bf
2830

2931
# Set to any non-empty value to enable shell debugging for troubleshooting
3032
ARG VERBOSE=

0 commit comments

Comments
 (0)