Mercurial > p > roundup > code
changeset 8334:d73f93c7a98d
chore(docker): update alpine python version.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Thu, 19 Jun 2025 15:57:12 -0400 |
| parents | 1a9889d08224 |
| children | cf757cd416dc 7d51999f336e |
| files | scripts/Docker/Dockerfile |
| diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/scripts/Docker/Dockerfile Thu Jun 19 15:47:29 2025 -0400 +++ b/scripts/Docker/Dockerfile Thu Jun 19 15:57:12 2025 -0400 @@ -26,7 +26,7 @@ # 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 +ARG SHA256=9b4929a72599b6c6389ece4ecbf415fd1355129f22bb92bb137eea098f05e975 # Set to any non-empty value to enable shell debugging for troubleshooting ARG VERBOSE=
