Mercurial > p > roundup > code
comparison 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 |
comparison
equal
deleted
inserted
replaced
| 7726:6f66d74d37f3 | 7727:47eb57f73d88 |
|---|---|
| 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=c793b92fd9e0e2a0b611756788a033d569ca864b733461c8fb30cfd14847dbcf | 26 ARG SHA256=14cfc61fc2404da8adc7b1cb1fcb299aefafab22ae571f652527184fbb21ce69 |
| 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 |
