diff --git a/Dockerfile b/Dockerfile index 465b9a1..cfaedd0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ FROM python:3.10-slim-bullseye RUN apt-get update && apt-get install -y --no-install-recommends \ - curl=7.74.0-1.3+deb11u2 \ + curl=7.74.0-1.3+deb11u3 \ && rm -rf /var/lib/apt/lists/* COPY requirements.txt /app/