Skip to content

Commit

Permalink
Bump builder python version in dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
alufers committed Oct 25, 2024
1 parent 6e47f18 commit 70aa772
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ ENV PYTHONFAULTHANDLER=1 \
RUN apk update && \
apk upgrade && \
apk add --no-cache libgcc
FROM python:3.10-alpine AS builder
FROM python:3.12-alpine AS builder
ENV PIP_DEFAULT_TIMEOUT=100 \
PIP_DISABLE_PIP_VERSION_CHECK=1 \
PIP_NO_CACHE_DIR=1
Expand Down

0 comments on commit 70aa772

Please sign in to comment.