From 3296ce43c8d5d28ac3a12f1dc37792feb41982f7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 8 Feb 2025 16:59:51 -0800 Subject: [PATCH] chore(deps): update eclipse-temurin docker tag to v21.0.6_7-jdk-alpine (#101) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Dockerfile.certs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.certs b/Dockerfile.certs index bcf15cb..d8ab44f 100644 --- a/Dockerfile.certs +++ b/Dockerfile.certs @@ -1,5 +1,5 @@ #This Dockerfile mounts the certs -FROM eclipse-temurin:21.0.5_11-jdk-alpine AS build-cert +FROM eclipse-temurin:21.0.6_7-jdk-alpine AS build-cert ENV LANG=en_CA.UTF-8 ENV LANGUAGE=en_CA.UTF-8