Skip to content

Commit

Permalink
⬆️ Updates python Docker tag to 3.12.1-alpine3.19
Browse files Browse the repository at this point in the history
  • Loading branch information
mjrider committed Jan 16, 2024
1 parent f1bb9bc commit c7b46f7
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 c7b46f7

Please sign in to comment.