From d886d9c67019a05e99e276cd9f09c95210b31070 Mon Sep 17 00:00:00 2001 From: Will Mooreston <97046018+labkey-willm@users.noreply.github.com> Date: Thu, 26 Feb 2026 15:48:52 -0800 Subject: [PATCH] bump curl version to 8.5.0-2ubuntu10.7 (#167) (cherry picked from commit 0667b6911b260dc97c70ef2fb60e6f9063b4f225) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 8ddef30..56e71be 100644 --- a/Dockerfile +++ b/Dockerfile @@ -144,7 +144,7 @@ RUN [ -n "${DEBUG}" ] && set -x; \ export DEBIAN_FRONTEND=noninteractive; \ apt-get update; \ apt-get -yq --no-install-recommends install \ - curl=8.5.0-2ubuntu10.6 \ + curl=8.5.0-2ubuntu10.7 \ openssl \ gettext-base=0.21-14ubuntu2 \ unzip=6.0-28ubuntu4.1 \