Skip to content

Commit ea54e4b

Browse files
author
Potherca
committed
Merge branch 'renovate/python-3.x' into 'main'
⬆️ Updates python Docker tag to v3.13.5-alpine3.22 See merge request pipeline-components/python-safety!83
2 parents e36c6c1 + 7dd9fc8 commit ea54e4b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
1010
ENV PYTHONUSERBASE /app
1111
ENV PATH "$PATH:/app/bin/"
1212

@@ -25,7 +25,7 @@ RUN \
2525
# ==============================================================================
2626
# Component specific
2727
# ------------------------------------------------------------------------------
28-
FROM python:3.13.5-alpine3.21
28+
FROM python:3.13.5-alpine3.22
2929

3030
ENV PATH "$PATH:/app/bin/"
3131
ENV PYTHONUSERBASE /app

0 commit comments

Comments
 (0)