diff --git a/Dockerfile b/Dockerfile index c482f32..6db9a5b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # start by pulling the python image -FROM python:3.11.0 +FROM python:3.11.4 # switch working directory WORKDIR /app