Mercurial > p > roundup > code
comparison scripts/Docker/Dockerfile @ 7877:34828c671200
chore: update alpine image version.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Wed, 17 Apr 2024 22:51:44 -0400 |
| parents | 501c5e3ef55f |
| children | 2adab2644f19 |
comparison
equal
deleted
inserted
replaced
| 7876:7a3392f1f7ac | 7877:34828c671200 |
|---|---|
| 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=c7eb5c92b7933fe52f224a91a1ced27b91840ac9c69c58bef40d602156bcdb41 | 26 ARG SHA256=ef097620baf1272e38264207003b0982285da3236a20ed829bf6bbf1e85fe3cb |
| 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 |
