diff --git a/Dockerfile b/Dockerfile index 9bf8dce..7dc4ae6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # alpine images fail to install the pyOpenSSL module due to some gcc issue -FROM python:3.14.0a3-slim +FROM python:3.14.2-slim COPY conf/requirements.txt / RUN apt-get update \