Mercurial > p > roundup > code
comparison scripts/Docker/Dockerfile @ 7689:29dba38a852a
chore: update the sha256 sum for the newest python:3-alpine image
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Mon, 30 Oct 2023 21:57:21 -0400 |
| parents | d5166fdcffa6 |
| children | 1ac882b069e7 |
comparison
equal
deleted
inserted
replaced
| 7688:c09192e21faa | 7689:29dba38a852a |
|---|---|
| 21 | 21 |
| 22 # Internal settings that are for advanced users to override. | 22 # Internal settings that are for advanced users to override. |
| 23 | 23 |
| 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 ARG SHA256=ae35274f417fc81ba6ee1fc84206e8517f28117566ee6a04a64f004c1409bdac | 26 ARG SHA256=a5d1738d6abbdff3e81c10b7f86923ebcb340ca536e21e8c5ee7d938d263dba1 |
| 27 | 27 |
| 28 # Set to any non-empy value to enable shell debugging for troubleshooting | 28 # Set to any non-empy value to enable shell debugging for troubleshooting |
| 29 ARG VERBOSE= | 29 ARG VERBOSE= |
| 30 | 30 |
| 31 # application directory | 31 # application directory |
