Skip to content

Commit 32c7b84

Browse files
author
Robbert Müller
committed
Merge branch 'renovate/python-3.x' into 'main'
⬆️ Updates python Docker tag to v3.13.1-alpine3.21 See merge request pipeline-components/ansible-lint!240
2 parents a034627 + e47cacd commit 32c7b84

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.19 as build
9+
FROM python:3.13.1-alpine3.21 as build
1010
ENV PYTHONUSERBASE /app
1111
ENV PATH "$PATH:/app/bin"
1212

@@ -28,7 +28,7 @@ RUN pip3 install --user --no-cache-dir --only-binary :all: \
2828
# ==============================================================================
2929
# Component specific
3030
# ------------------------------------------------------------------------------
31-
FROM python:3.13.1-alpine3.19
31+
FROM python:3.13.1-alpine3.21
3232

3333
# Adding dependencies
3434
# hadolint ignore=DL3018

0 commit comments

Comments
 (0)