From 0967e7edb6b47d14a57b4f0d341b313df17bc0b4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 3 Dec 2024 10:05:07 +0000 Subject: [PATCH] Pin eclipse-temurin Docker tag to 659e0bd --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index c402bb3b..d605deec 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM eclipse-temurin:17 +FROM eclipse-temurin:17@sha256:659e0bd7ef37f7e48498230639dbcbc28723ed6745b2433b153eccd967dcab7f 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++