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 2
2
# STAGING STEP
3
3
# ---------------------------------------------------------------------------------------------------------------------------
4
4
5
- FROM --platform=$BUILDPLATFORM python:3.13 -alpine3.21 as staging
5
+ FROM --platform=$BUILDPLATFORM python:3.12 -alpine3.21 as staging
6
6
WORKDIR /app
7
7
8
8
ARG DSMR_VERSION
@@ -16,7 +16,7 @@ RUN echo "**** Download DSMR ****" \
16
16
# ---------------------------------------------------------------------------------------------------------------------------
17
17
# BUILD STEP
18
18
# ---------------------------------------------------------------------------------------------------------------------------
19
- FROM python:3.13 -alpine3.21 as base
19
+ FROM python:3.12 -alpine3.21 as base
20
20
21
21
# Build the binary according to the TARGET platform variables
22
22
ARG TARGETARCH
You can’t perform that action at this time.
0 commit comments