Skip to content

Commit 346424f

Browse files
author
Pipeline Components Bot
committed
Merge branch 'renovate/python-3.12.x' into 'master'
🔼 Updates python Docker tag to v3.12.3-alpine3.19 See merge request pipeline-components/ansible-lint!197
2 parents 1b702e7 + 03bd27f commit 346424f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

+2-2
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.12.2-alpine3.19 as build
9+
FROM python:3.12.3-alpine3.19 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.12.2-alpine3.19
31+
FROM python:3.12.3-alpine3.19
3232

3333
# Adding dependencies
3434
# hadolint ignore=DL3018

0 commit comments

Comments
 (0)