We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a201d4 commit e3b44f7Copy full SHA for e3b44f7
Dockerfile
@@ -1,6 +1,6 @@
1
# Official Docker images are in the form library/<app> while non-official
2
# images are in the form <user>/<app>.
3
-FROM docker.io/library/python:3.13.2-alpine3.21 AS compile-stage
+FROM docker.io/library/python:3.13.3-alpine3.21 AS compile-stage
4
5
###
6
# Unprivileged user variables
@@ -53,7 +53,7 @@ RUN pipenv check --verbose \
53
54
55
56
-FROM docker.io/library/python:3.13.2-alpine3.21 AS build-stage
+FROM docker.io/library/python:3.13.3-alpine3.21 AS build-stage
57
58
59
# For a list of pre-defined annotation keys and value types see:
0 commit comments