Mercurial > p > roundup > code
diff scripts/Docker/Dockerfile @ 8306:6d559739456a
chore: update to latest 3.13 python alpine base image.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Mon, 10 Mar 2025 21:48:06 -0400 |
| parents | 92dad05379f9 |
| children | 4f36532a2482 |
line wrap: on
line diff
--- a/scripts/Docker/Dockerfile Sat Mar 01 18:55:54 2025 +0100 +++ b/scripts/Docker/Dockerfile Mon Mar 10 21:48:06 2025 -0400 @@ -23,10 +23,10 @@ # parameterize the sha256 sum to pin version of python:3-alpine # Must use the same version in both build stages. -ARG SHA256=8287ca207e905649e9f399b5f91a119e5e9051d8cd110d5f8c3b4bd9458ebd1d +ARG SHA256=323a717dc4a010fee21e3f1aac738ee10bb485de4e7593ce242b36ee48d6b352 -# Set to any non-empy value to enable shell debugging for troubleshooting +# Set to any non-empty value to enable shell debugging for troubleshooting ARG VERBOSE= # application directory
