File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ FROM pipelinecomponents/base-entrypoint:0.5.0 as entrypoint
6
6
# ==============================================================================
7
7
# Build process
8
8
# ------------------------------------------------------------------------------
9
- FROM python:3.12.2 -alpine3.19 as build
9
+ FROM python:3.12.3 -alpine3.19 as build
10
10
ENV PYTHONUSERBASE /app
11
11
ENV PATH "$PATH:/app/bin/"
12
12
@@ -28,7 +28,7 @@ RUN pip3 install --user --no-cache-dir --only-binary :all: \
28
28
# ==============================================================================
29
29
# Component specific
30
30
# ------------------------------------------------------------------------------
31
- FROM python:3.12.2 -alpine3.19
31
+ FROM python:3.12.3 -alpine3.19
32
32
33
33
# Adding dependencies
34
34
# hadolint ignore=DL3018
You can’t perform that action at this time.
0 commit comments