diff --git a/Dockerfile b/Dockerfile index 33c3357..e607e7e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM docker.io/python:3.12.2-slim +FROM docker.io/python:3.12.3-slim WORKDIR /build COPY . .