Mercurial > p > roundup > code
comparison scripts/Docker/Dockerfile @ 8515:f65f7d9ccdcb
chore(build) - update python3-alpine version.
alpine 3.23.2 python 3.14.2
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Tue, 27 Jan 2026 21:55:27 -0500 |
| parents | 3a07e63ec7c7 |
| children | a371ef0059d0 |
comparison
equal
deleted
inserted
replaced
| 8514:015a0197fac4 | 8515:f65f7d9ccdcb |
|---|---|
| 24 # parameterize the sha256 sum to pin version of python:3-alpine | 24 # parameterize the sha256 sum to pin version of python:3-alpine |
| 25 # Must use the same version in both build stages. | 25 # Must use the same version in both build stages. |
| 26 # Note this is the index digest for the image, not the manifest digest. | 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.) | 27 # The index digest is shared across archetectures (amd64, arm64 etc.) |
| 28 # while the manifest digest is unique per platform/arch. | 28 # while the manifest digest is unique per platform/arch. |
| 29 ARG SHA256=b80c82b1a282283bd3e3cd3c6a4c895d56d1385879c8c82fa673e9eb4d6d4aa5 | 29 ARG SHA256=7af51ebeb83610fb69d633d5c61a2efb87efa4caf66b59862d624bb6ef788345 |
| 30 | 30 |
| 31 # Set to any non-empty value to enable shell debugging for troubleshooting | 31 # Set to any non-empty value to enable shell debugging for troubleshooting |
| 32 ARG VERBOSE= | 32 ARG VERBOSE= |
| 33 | 33 |
| 34 # application directory | 34 # application directory |
