Mercurial > p > roundup > code
comparison scripts/Docker/Dockerfile @ 7848:501c5e3ef55f
chore: update to latest python:3-alpine image.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Sat, 30 Mar 2024 23:35:33 -0400 |
| parents | e2816259ccce |
| children | 34828c671200 |
comparison
equal
deleted
inserted
replaced
| 7847:d523d5c648e9 | 7848:501c5e3ef55f |
|---|---|
| 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=1a0501213b470de000d8432b3caab9d8de5489e9443c2cc7ccaa6b0aa5c3148e | 26 ARG SHA256=c7eb5c92b7933fe52f224a91a1ced27b91840ac9c69c58bef40d602156bcdb41 |
| 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 |
