Skip to content

Commit f007f9e

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/ansible-lint!241
2 parents 32c7b84 + 2ac1a52 commit f007f9e

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

@@ -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.21
31+
FROM python:3.13.2-alpine3.21
3232

3333
# Adding dependencies
3434
# hadolint ignore=DL3018

0 commit comments

Comments
 (0)