From 6fb48c937a6b6d5293c9749946583fda4f8aac6f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 2 May 2024 04:28:44 +0000 Subject: [PATCH] Pin eclipse-temurin Docker tag to 5e6ab48 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index c402bb3bf..51cd7898f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM eclipse-temurin:17 +FROM eclipse-temurin:17@sha256:5e6ab48e001921fa10e3361786f75fedcf84b732605b3245df3c667cd063d2a7 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++