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/yamllint!85
  • Loading branch information
Robbert Müller committed Oct 17, 2023
2 parents 539cb0c + d0d13d5 commit 8c6dce3
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 @@ -21,7 +21,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 8c6dce3

Please sign in to comment.