From 9ee1390ce5aca920abe7536a6a57208da0e100b9 Mon Sep 17 00:00:00 2001 From: BrianEllwood Date: Mon, 25 Nov 2024 15:43:17 +0000 Subject: [PATCH] update dockerfile versions --- Dockerfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 5be71dd..120fbb6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -33,10 +33,10 @@ 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-pip=24.0+dfsg-1ubuntu1" + "python3.12=3.12.3-1ubuntu0.3" \ + "python3-pip=24.0+dfsg-1ubuntu1.1" apt-get clean --yes