Mercurial > p > roundup > code
comparison scripts/Docker/Dockerfile @ 7709:1ac882b069e7
update alpine base docker image. See if it clears security scan issues
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Sat, 02 Dec 2023 16:50:06 -0500 |
| parents | 29dba38a852a |
| children | 56c32eebc518 |
comparison
equal
deleted
inserted
replaced
| 7708:1f6c77ee4b18 | 7709:1ac882b069e7 |
|---|---|
| 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=a5d1738d6abbdff3e81c10b7f86923ebcb340ca536e21e8c5ee7d938d263dba1 | 26 ARG SHA256=c5bbde5ada8f427a1f2e2fb41f08077bfb4f1c779e82ab7e603a145275bec840 |
| 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 |
