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