Mercurial > p > roundup > code
diff scripts/Docker/Dockerfile @ 7727:47eb57f73d88
update to newest python:3-alpine image
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Sun, 28 Jan 2024 21:39:46 -0500 |
| parents | 925ad351d22a |
| children | e2816259ccce |
line wrap: on
line diff
--- a/scripts/Docker/Dockerfile Wed Jan 17 17:07:23 2024 +0100 +++ b/scripts/Docker/Dockerfile Sun Jan 28 21:39:46 2024 -0500 @@ -23,7 +23,7 @@ # parameterize the sha256 sum to pin version of python:3-alpine # Must use the same version in both build stages. -ARG SHA256=c793b92fd9e0e2a0b611756788a033d569ca864b733461c8fb30cfd14847dbcf +ARG SHA256=14cfc61fc2404da8adc7b1cb1fcb299aefafab22ae571f652527184fbb21ce69 # Set to any non-empy value to enable shell debugging for troubleshooting ARG VERBOSE=
