diff --git a/Dockerfile b/Dockerfile index 9e8689d..a5b3fbc 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Use latest alpine-derived Python base image -FROM python:3-alpine +FROM python:3.11.6-alpine3.18 # Move to app directory @@ -13,4 +13,4 @@ COPY . . # Make sure run script is executable RUN chmod +rxxx ./run.sh -CMD sh run.sh \ No newline at end of file +CMD sh run.sh