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 @@ -6,7 +6,7 @@ FROM pipelinecomponents/base-entrypoint:0.5.0 as entrypoint
66# ==============================================================================
77# Build process
88# ------------------------------------------------------------------------------
9- FROM python:3.13.5-alpine3.21 as build
9+ FROM python:3.13.5-alpine3.22 as build
1010ENV PYTHONUSERBASE /app
1111ENV PATH "$PATH:/app/bin/"
1212
2525# ==============================================================================
2626# Component specific
2727# ------------------------------------------------------------------------------
28- FROM python:3.13.5-alpine3.21
28+ FROM python:3.13.5-alpine3.22
2929
3030ENV PATH "$PATH:/app/bin/"
3131ENV PYTHONUSERBASE /app
You can’t perform that action at this time.
0 commit comments