Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
xirixiz authored Dec 30, 2024
1 parent 95899ed commit 68330a4
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 @@ -2,7 +2,7 @@
# STAGING STEP
#---------------------------------------------------------------------------------------------------------------------------

FROM --platform=$BUILDPLATFORM python:3.11-alpine3.21 as staging
FROM --platform=$BUILDPLATFORM python:3.12-alpine3.21 as staging
WORKDIR /app

ARG DSMR_VERSION
Expand All @@ -16,7 +16,7 @@ RUN echo "**** Download DSMR ****" \
#---------------------------------------------------------------------------------------------------------------------------
# BUILD STEP
#---------------------------------------------------------------------------------------------------------------------------
FROM python:3.11-alpine3.21 as base
FROM python:3.12-alpine3.21 as base

# Build the binary according to the TARGET platform variables
ARG TARGETARCH
Expand Down

0 comments on commit 68330a4

Please sign in to comment.