From cc889999c182aec8181ca53ec489113d59e7e012 Mon Sep 17 00:00:00 2001 From: Will Mooreston Date: Thu, 12 Mar 2026 08:09:55 -0700 Subject: [PATCH] bump curl version to 8.5.0-2ubuntu10.8 --- Dockerfile | 2 +- quickstart_envs.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 56e71be..62b4ca4 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.7 \ + curl=8.5.0-2ubuntu10.8 \ openssl \ gettext-base=0.21-14ubuntu2 \ unzip=6.0-28ubuntu4.1 \ diff --git a/quickstart_envs.sh b/quickstart_envs.sh index f3def51..f36a061 100644 --- a/quickstart_envs.sh +++ b/quickstart_envs.sh @@ -3,7 +3,7 @@ # example minimal set of environment variables to get started - see readme for additional envs you may wish to set # embedded tomcat LabKey .jar version to build container with -export LABKEY_VERSION="26.2" +export LABKEY_VERSION="26.3" # minimal SMTP settings export SMTP_HOST="localhost"