Skip to content

Commit 67b73ab

Browse files
author
Pipeline Components Bot
committed
Merge branch 'renovate/python-3.13.x' into 'main'
🔼 Updates python Docker tag to v3.13.2 See merge request pipeline-components/python-safety!78
2 parents b58c23d + 2afd866 commit 67b73ab

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.1-alpine3.21 as build
9+
FROM python:3.13.2-alpine3.21 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.1-alpine3.21
28+
FROM python:3.13.2-alpine3.21
2929

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

0 commit comments

Comments
 (0)