Mercurial > p > roundup > code
changeset 7266:543b9d6d0e11
use latest 3-alpine at 18M rather than latest ubuntu based python image, dependabot seems to not properly track subypes
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Wed, 19 Apr 2023 22:30:00 -0400 |
| parents | c7eafc398acf |
| children | 519fb6dca72b |
| files | scripts/Docker/Dockerfile |
| diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/scripts/Docker/Dockerfile Wed Apr 19 21:56:58 2023 -0400 +++ b/scripts/Docker/Dockerfile Wed Apr 19 22:30:00 2023 -0400 @@ -24,7 +24,7 @@ ARG pythonversion=3.11 #FROM python:3-alpine -FROM python@sha256:f7382f4f9dbc51183c72d621b9c196c1565f713a1fe40c119d215c961fa22815 as build +FROM python@sha256:507818d46649f8543e58d19a00e3a1a428bb7e87c0bf7f7d1ffe7b076cda11be 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:f7382f4f9dbc51183c72d621b9c196c1565f713a1fe40c119d215c961fa22815 +FROM python@sha256:507818d46649f8543e58d19a00e3a1a428bb7e87c0bf7f7d1ffe7b076cda11be # import from global ARG appdir
