diff --git a/Dockerfile b/Dockerfile index d80ae8e..5e12a5b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Use a Python slim image -FROM python:3.12.4-slim +FROM python:3.12.5-slim # Install gcc RUN apt-get update && apt-get install --yes gcc