From 949ee1374d05d0d498284b9f0b4f50b451d62816 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 17 Jul 2024 06:41:26 +0000 Subject: [PATCH] Update azul/zulu-openjdk-alpine Docker tag to v21 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 27a5745..72c7d6f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM azul/zulu-openjdk-alpine:8 +FROM azul/zulu-openjdk-alpine:21.0.4 # ttf-dejavu: Fix NPE on font rendering https://github.com/docker-library/openjdk/issues/73 RUN apk add --no-cache git curl bash ttf-dejavu