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