Skip to content

Commit c17dfb0

Browse files
committed
use latest 3-alpine at 18M rather than latest ubuntu based python image, dependabot seems to not properly track subypes
1 parent 4cf0383 commit c17dfb0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/Docker/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ ARG source=local
2424
ARG pythonversion=3.11
2525

2626
#FROM python:3-alpine
27-
FROM python@sha256:f7382f4f9dbc51183c72d621b9c196c1565f713a1fe40c119d215c961fa22815 as build
27+
FROM python@sha256:507818d46649f8543e58d19a00e3a1a428bb7e87c0bf7f7d1ffe7b076cda11be as build
2828

2929
# Inherit global values https://github.com/moby/moby/issues/37345
3030
ARG appdir
@@ -133,7 +133,7 @@ RUN if [ -n "$pip_mod" ]; then pip install --no-cache-dir ${pip_mod}; fi
133133
# build a new smaller docker image for execution. Build image above
134134
# is 1G in size.
135135
# FROM python:3-alpine
136-
FROM python@sha256:f7382f4f9dbc51183c72d621b9c196c1565f713a1fe40c119d215c961fa22815
136+
FROM python@sha256:507818d46649f8543e58d19a00e3a1a428bb7e87c0bf7f7d1ffe7b076cda11be
137137

138138
# import from global
139139
ARG appdir

0 commit comments

Comments
 (0)