diff --git a/Dockerfile b/Dockerfile index d64bf33..112e3b4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ ## Image name: faucet/python3 -FROM python:3.11-alpine3.19 +FROM python:3.13-alpine3.19 RUN apk add --no-cache su-exec && \ if [ ! -e /usr/bin/pip ]; then ln -s /usr/bin/pip3 /usr/bin/pip; fi && \