diff --git a/Dockerfile b/Dockerfile old mode 100755 new mode 100644 index 46b1ec0..9f824dc --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.10.18-alpine as base +FROM python:3.14.3-alpine as base # >3.10 has optimizations that break shared memory of variables # IF you are updating the version of Python, it will need EXTENSIVE testing