Skip to content

Commit

Permalink
Merge branch 'renovate/python-3.x' into 'master'
Browse files Browse the repository at this point in the history
⬆️ Updates python Docker tag to v3.12.0-alpine3.17

See merge request pipeline-components/black!43
  • Loading branch information
Robbert Müller committed Oct 17, 2023
2 parents cd9a8d4 + 3df34e4 commit 9559781
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.11.6-alpine3.17 as build
FROM python:3.12.0-alpine3.17 as build
ENV PYTHONUSERBASE /app
ENV PATH "$PATH:/app/bin/"

Expand All @@ -23,7 +23,7 @@ RUN \
# ==============================================================================
# Component specific
# ------------------------------------------------------------------------------
FROM python:3.11.6-alpine3.17
FROM python:3.12.0-alpine3.17

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

0 comments on commit 9559781

Please sign in to comment.