From dc71d2e14c8a8745cfe494b26f9a6b435b5975f5 Mon Sep 17 00:00:00 2001 From: labkey-willm Date: Wed, 3 Jul 2024 10:42:38 -0700 Subject: [PATCH] pin jammy, bump openssl --- 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