Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
xirixiz authored Jan 2, 2025
1 parent a248902 commit 0f90188
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
@@ -1,7 +1,7 @@
#---------------------------------------------------------------------------------------------------------------------------
# STAGING STEP
#---------------------------------------------------------------------------------------------------------------------------
FROM --platform=$BUILDPLATFORM python:3.12-alpine3.21 as staging
FROM --platform=$BUILDPLATFORM python:3.11-alpine3.21 as staging
WORKDIR /app

ARG DSMR_VERSION
Expand All @@ -15,7 +15,7 @@ RUN apk add --no-cache curl \
#---------------------------------------------------------------------------------------------------------------------------
# BASE STEP
#---------------------------------------------------------------------------------------------------------------------------
FROM python:3.12-alpine3.21 as base
FROM python:3.11-alpine3.21 as base

# Build arguments
ARG DSMR_VERSION
Expand Down

0 comments on commit 0f90188

Please sign in to comment.