changeset 8324:90c6a4972d5d

chore(docker): update python alpine image - fix for security alerts? Also add doc on which digest to use and remove extra blank line.
author John Rouillard <rouilj@ieee.org>
date Wed, 04 Jun 2025 19:27:35 -0400
parents 32a57cde072f
children 375c9f63f877
files scripts/Docker/Dockerfile
diffstat 1 files changed, 4 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/scripts/Docker/Dockerfile	Wed Jun 04 19:20:27 2025 -0400
+++ b/scripts/Docker/Dockerfile	Wed Jun 04 19:27:35 2025 -0400
@@ -23,8 +23,10 @@
 
 # parameterize the sha256 sum to pin version of python:3-alpine
 # Must use the same version in both build stages.
-ARG SHA256=452682e4648deafe431ad2f2391d726d7c52f0ff291be8bd4074b10379bb89ff
-
+# Note this is the index digest for the image, not the manifest digest.
+# The index digest is shared across archetectures (amd64, arm64 etc.)
+# while the manifest digest is unique per platform/arch.
+ARG SHA256=b4d299311845147e7e47c970566906caf8378a1f04e5d3de65b5f2e834f8e3bf
 
 # Set to any non-empty value to enable shell debugging for troubleshooting
 ARG VERBOSE=

Roundup Issue Tracker: http://roundup-tracker.org/