From 8a6a01b1ee55aa6df5a8875e1cadedd32f4ab7fb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 13 Oct 2023 06:24:44 +0000 Subject: [PATCH] Pin eclipse-temurin Docker tag to 0628f4a --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index c402bb3b..ca6ed17c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM eclipse-temurin:17 +FROM eclipse-temurin:17@sha256:0628f4a259e70b456d3b9fa3ac160e45171dfc82205344864b9da80704b37d9f 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++