From ac3104609c88e12409d76c8617130492057750e1 Mon Sep 17 00:00:00 2001 From: Will Mooreston <97046018+labkey-willm@users.noreply.github.com> Date: Mon, 4 May 2026 13:33:45 -0700 Subject: [PATCH] bump curl to 8.5.0-2ubuntu10.9 (#178) Co-authored-by: Claude Sonnet 4.6 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 62b4ca4..241f067 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.8 \ + curl=8.5.0-2ubuntu10.9 \ openssl \ gettext-base=0.21-14ubuntu2 \ unzip=6.0-28ubuntu4.1 \