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 e36c6c1 + 7dd9fc8 commit ea54e4bCopy full SHA for ea54e4b
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.21 as build
+FROM python:3.13.5-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.21
+FROM python:3.13.5-alpine3.22
29
30
31
0 commit comments