diff --git a/Dockerfile b/Dockerfile index ce6133a..4df04f3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Use a Python slim image -FROM python:3.13.0-slim +FROM python:3.13.1-slim # Install gcc RUN apt-get update && apt-get install --yes gcc