diff --git a/Dockerfile b/Dockerfile index bc4e301..3eb924e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.13-slim +FROM python:3.14-slim LABEL maintainer="Luke Tainton " WORKDIR /home COPY . .