File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 11# Official Docker images are in the form library/<app> while non-official
22# images are in the form <user>/<app>.
3- FROM docker.io/library/python:3.13.5 -alpine3.22 AS compile-stage
3+ FROM docker.io/library/python:3.13.7 -alpine3.22 AS compile-stage
44
55# ##
66# Unprivileged user variables
@@ -51,7 +51,7 @@ RUN pipenv install --clear --deploy --extra-pip-args "--no-cache-dir" --verbose
5151
5252# Official Docker images are in the form library/<app> while non-official
5353# images are in the form <user>/<app>.
54- FROM docker.io/library/python:3.13.5 -alpine3.22 AS build-stage
54+ FROM docker.io/library/python:3.13.7 -alpine3.22 AS build-stage
5555
5656# ##
5757# For a list of pre-defined annotation keys and value types see:
You can’t perform that action at this time.
0 commit comments