Skip to content

Commit

Permalink
pin jammy, bump openssl (#104)
Browse files Browse the repository at this point in the history
  • Loading branch information
labkey-willm authored Jul 3, 2024
1 parent 7784196 commit 57b9c39
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
; \
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ endif

DEBUG ?=

FROM_TAG ?= 17-jre
FROM_TAG ?= 17-jre-jammy

CACHE_FLAG ?= --no-cache

Expand Down

0 comments on commit 57b9c39

Please sign in to comment.