From 966692a5b61362895c43444dbb80c22f138ba075 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 31 Oct 2024 07:10:25 -0700 Subject: [PATCH] chore(deps): update eclipse-temurin docker tag to v21.0.5_11-jdk-alpine (#91) 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 ecf403d..bcf15cb 100644 --- a/Dockerfile.certs +++ b/Dockerfile.certs @@ -1,5 +1,5 @@ #This Dockerfile mounts the certs -FROM eclipse-temurin:21.0.4_7-jdk-alpine AS build-cert +FROM eclipse-temurin:21.0.5_11-jdk-alpine AS build-cert ENV LANG=en_CA.UTF-8 ENV LANGUAGE=en_CA.UTF-8