From 28735a75d8e3953d0ec804edc1a3092fb76232b4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 1 Nov 2023 10:39:54 +0000 Subject: [PATCH] Update eclipse-temurin Docker tag to v21 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index c402bb3b..73dbf931 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM eclipse-temurin:17 +FROM eclipse-temurin:21@sha256:798e8ee1da62d926613189d41448b64056428781ba659d5a70f23e7f06073f2f RUN apt-get update && apt-get install --yes jq wget curl zip unzip git python3 python3-pip autoconf automake libtool build-essential libtool make g++