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.
2 parents 15a5b4a + eddc501 commit df2a62eCopy full SHA for df2a62e
1 file changed
Dockerfile
@@ -6,7 +6,7 @@ FROM pipelinecomponents/base-entrypoint:0.5.0 as entrypoint
6
# ==============================================================================
7
# Build process
8
# ------------------------------------------------------------------------------
9
-FROM python:3.13.5-alpine3.22 as build
+FROM python:3.13.6-alpine3.22 as build
10
ENV PYTHONUSERBASE /app
11
ENV PATH "$PATH:/app/bin/"
12
@@ -25,7 +25,7 @@ RUN \
25
26
# Component specific
27
28
-FROM python:3.13.5-alpine3.22
+FROM python:3.13.6-alpine3.22
29
30
31
0 commit comments