diff --git a/Dockerfile b/Dockerfile index aba5e84..118aadd 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ ## Image name: faucet/python3 -FROM python:3.12-alpine3.22 +FROM python:3.14-alpine3.22 RUN apk add --no-cache su-exec && \ if [ ! -e /usr/bin/pip ]; then ln -s /usr/bin/pip3 /usr/bin/pip; fi && \