Skip to content

Commit 25bc294

Browse files
authored
Update Dockerfile
1 parent e8de4a6 commit 25bc294

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# STAGING STEP
33
#---------------------------------------------------------------------------------------------------------------------------
44

5-
FROM --platform=$BUILDPLATFORM python:3.13-alpine3.21 as staging
5+
FROM --platform=$BUILDPLATFORM python:3.12-alpine3.21 as staging
66
WORKDIR /app
77

88
ARG DSMR_VERSION
@@ -16,7 +16,7 @@ RUN echo "**** Download DSMR ****" \
1616
#---------------------------------------------------------------------------------------------------------------------------
1717
# BUILD STEP
1818
#---------------------------------------------------------------------------------------------------------------------------
19-
FROM python:3.13-alpine3.21 as base
19+
FROM python:3.12-alpine3.21 as base
2020

2121
# Build the binary according to the TARGET platform variables
2222
ARG TARGETARCH

0 commit comments

Comments
 (0)