From 57b9c39e364a59a079a5fcbf02cd762bd100e808 Mon Sep 17 00:00:00 2001 From: Will Mooreston <97046018+labkey-willm@users.noreply.github.com> Date: Wed, 3 Jul 2024 10:54:33 -0700 Subject: [PATCH] pin jammy, bump openssl (#104) --- Dockerfile | 2 +- Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 2838acf..77ee881 100644 --- a/Dockerfile +++ b/Dockerfile @@ -150,7 +150,7 @@ RUN [ -n "${DEBUG}" ] && set -x; \ export DEBIAN_FRONTEND=noninteractive; \ apt-get update; \ apt-get -yq --no-install-recommends install \ - openssl=3.0.2-0ubuntu1.15 \ + openssl=3.0.2-0ubuntu1.16 \ gettext-base=0.21-4ubuntu4 \ unzip=6.0-26ubuntu3.1 \ ; \ diff --git a/Makefile b/Makefile index fcd75d3..717d60c 100644 --- a/Makefile +++ b/Makefile @@ -8,7 +8,7 @@ endif DEBUG ?= -FROM_TAG ?= 17-jre +FROM_TAG ?= 17-jre-jammy CACHE_FLAG ?= --no-cache