Skip to content

Commit d10dded

Browse files
committed
bump curl version to 8.5.0-2ubuntu10.8
1 parent 109a7f3 commit d10dded

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ RUN [ -n "${DEBUG}" ] && set -x; \
144144
export DEBIAN_FRONTEND=noninteractive; \
145145
apt-get update; \
146146
apt-get -yq --no-install-recommends install \
147-
curl=8.5.0-2ubuntu10.7 \
147+
curl=8.5.0-2ubuntu10.8 \
148148
openssl \
149149
gettext-base=0.21-14ubuntu2 \
150150
unzip=6.0-28ubuntu4.1 \

quickstart_envs.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# example minimal set of environment variables to get started - see readme for additional envs you may wish to set
44

55
# embedded tomcat LabKey .jar version to build container with
6-
export LABKEY_VERSION="26.2"
6+
export LABKEY_VERSION="26.3"
77

88
# minimal SMTP settings
99
export SMTP_HOST="localhost"

0 commit comments

Comments
 (0)