diff --git a/Dockerfile b/Dockerfile index 5be71dd..4d59405 100644 --- a/Dockerfile +++ b/Dockerfile @@ -33,9 +33,9 @@ apt-get update --yes apt-get install --no-install-recommends --yes \ "ca-certificates=20240203" \ - "curl=8.5.0-2ubuntu10.4" \ + "curl=8.5.0-2ubuntu10.5" \ "libpq-dev=16.4-0ubuntu0.24.04.2" \ - "python3.12=3.12.3-1ubuntu0.2" \ + "python3.12=3.12.3-1ubuntu0.3" \ "python3-pip=24.0+dfsg-1ubuntu1" apt-get clean --yes