diff --git a/main_root/Dockerfile b/main_root/Dockerfile index 43f8263..7666d9a 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.3-alpine # Update and install openssl package RUN apk update && apk add openssl