Mercurial > p > roundup > code
comparison scripts/Docker/Dockerfile @ 7739:e2816259ccce
chore: update python:3-alpine version.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Tue, 13 Feb 2024 20:31:42 -0500 |
| parents | 47eb57f73d88 |
| children | 501c5e3ef55f |
comparison
equal
deleted
inserted
replaced
| 7738:ce0c40b6cdc3 | 7739:e2816259ccce |
|---|---|
| 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=14cfc61fc2404da8adc7b1cb1fcb299aefafab22ae571f652527184fbb21ce69 | 26 ARG SHA256=1a0501213b470de000d8432b3caab9d8de5489e9443c2cc7ccaa6b0aa5c3148e |
| 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 |
