We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 109a7f3 commit d10ddedCopy full SHA for d10dded
2 files changed
Dockerfile
@@ -144,7 +144,7 @@ RUN [ -n "${DEBUG}" ] && set -x; \
144
export DEBIAN_FRONTEND=noninteractive; \
145
apt-get update; \
146
apt-get -yq --no-install-recommends install \
147
- curl=8.5.0-2ubuntu10.7 \
+ curl=8.5.0-2ubuntu10.8 \
148
openssl \
149
gettext-base=0.21-14ubuntu2 \
150
unzip=6.0-28ubuntu4.1 \
quickstart_envs.sh
@@ -3,7 +3,7 @@
3
# example minimal set of environment variables to get started - see readme for additional envs you may wish to set
4
5
# embedded tomcat LabKey .jar version to build container with
6
-export LABKEY_VERSION="26.2"
+export LABKEY_VERSION="26.3"
7
8
# minimal SMTP settings
9
export SMTP_HOST="localhost"
0 commit comments