Mercurial > p > roundup > code
diff scripts/Docker/Dockerfile @ 7710:56c32eebc518
Another python:3-alpine image update
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Sat, 02 Dec 2023 16:58:18 -0500 |
| parents | 1ac882b069e7 |
| children | 2c1d30467909 |
line wrap: on
line diff
--- a/scripts/Docker/Dockerfile Sat Dec 02 16:50:06 2023 -0500 +++ b/scripts/Docker/Dockerfile Sat Dec 02 16:58:18 2023 -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=c5bbde5ada8f427a1f2e2fb41f08077bfb4f1c779e82ab7e603a145275bec840 +ARG SHA256=09f18c1f8ca777f63934b415af9a781a0e5aaba5e005ba0475cba71bb3e8e609 # Set to any non-empy value to enable shell debugging for troubleshooting ARG VERBOSE=
