diff --git a/Dockerfile b/Dockerfile index c2dcca9c..68aeed0b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.9.0-alpine +FROM python:3.12.1-alpine RUN apk add --no-cache --update git make gcc python3-dev musl-dev && \ set -ex && \