diff --git a/Dockerfile b/Dockerfile index 75d81d4..5d61677 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.6 +FROM python:3.12.3 # make sure source is available in sh (not just /bin/bash) RUN rm /bin/sh && ln -s /bin/bash /bin/sh