Skip to content

Commit

Permalink
Merge branch 'renovate/python-3.12.x' into 'master'
Browse files Browse the repository at this point in the history
🔼 Updates python Docker tag to v3.12.4-alpine3.19

See merge request pipeline-components/yamllint!93
  • Loading branch information
Pipeline Components Bot committed Jun 9, 2024
2 parents 31226b0 + 8920f26 commit e115cc8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ FROM pipelinecomponents/base-entrypoint:0.5.0 as entrypoint
# ==============================================================================
# Build process
# ------------------------------------------------------------------------------
FROM python:3.12.3-alpine3.19 as build
FROM python:3.12.4-alpine3.19 as build
ENV PYTHONUSERBASE /app
ENV PATH "$PATH:/app/bin/"

Expand All @@ -21,7 +21,7 @@ RUN \
# ==============================================================================
# Component specific
# ------------------------------------------------------------------------------
FROM python:3.12.3-alpine3.19
FROM python:3.12.4-alpine3.19

ENV PATH "$PATH:/app/bin/"
ENV PYTHONUSERBASE /app
Expand Down

0 comments on commit e115cc8

Please sign in to comment.