Skip to content

Commit

Permalink
Merge branch 'python-upgrade' into 'master'
Browse files Browse the repository at this point in the history
⬆️ Updates python Docker tag to 3.12.1-alpine3.19

See merge request pipeline-components/yamllint!89
  • Loading branch information
Robbert Müller committed Jan 17, 2024
2 parents bd63ddd + c7b46f7 commit 75f62b1
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.0-alpine3.17 as build
FROM python:3.12.1-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.0-alpine3.17
FROM python:3.12.1-alpine3.19

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

0 comments on commit 75f62b1

Please sign in to comment.