Mercurial > p > roundup > code
changeset 7330:fbd07bc05613
Push newest python:3-alpine.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Thu, 11 May 2023 20:13:50 -0400 |
| parents | a3dbd44c3642 |
| children | 24101267e3fb |
| files | scripts/Docker/Dockerfile |
| diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/scripts/Docker/Dockerfile Thu May 11 19:12:05 2023 -0400 +++ b/scripts/Docker/Dockerfile Thu May 11 20:13:50 2023 -0400 @@ -24,7 +24,7 @@ ARG pythonversion=3.11 #FROM python:3-alpine -FROM python@sha256:50d75c092a5b58e9e62249ad02a0cbc66360c48e6f653f66d24d6d229f5fba1a as build +FROM python@sha256:caafba876f841774905f73df0fcaf7fe3f55aaf9cb48a9e369a41077f860d4a7 as build # Inherit global values https://github.com/moby/moby/issues/37345 ARG appdir @@ -133,7 +133,7 @@ # build a new smaller docker image for execution. Build image above # is 1G in size. # FROM python:3-alpine -FROM python@sha256:50d75c092a5b58e9e62249ad02a0cbc66360c48e6f653f66d24d6d229f5fba1a +FROM python@sha256:caafba876f841774905f73df0fcaf7fe3f55aaf9cb48a9e369a41077f860d4a7 # import from global ARG appdir
