From 271ce60d6ec4a1b8b4d6c6a8056fb5bb20a54161 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 16 Oct 2024 03:05:01 +0000 Subject: [PATCH] Pin eclipse-temurin Docker tag to 0316ee6 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index c402bb3b..c84b84b9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM eclipse-temurin:17 +FROM eclipse-temurin:17@sha256:0316ee66bd2550ace20c1537064a77e635fcfbe08e6cb303c05cd9d62ea0057c 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++