diff --git a/main_root/Dockerfile b/main_root/Dockerfile index 43f8263..2e7ac05 100644 --- a/main_root/Dockerfile +++ b/main_root/Dockerfile @@ -3,7 +3,7 @@ ### to deal with lower ports than 1024. # Pull lightweight image -FROM python:3.7-alpine +FROM python:3.14.2-alpine # Update and install openssl package RUN apk update && apk add openssl