From 5cb912e324cde1c6cf9abfa3491da53c983e52dc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 19 Oct 2024 13:59:23 +0000 Subject: [PATCH] Pin eclipse-temurin Docker tag to 11b466a --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index c402bb3b..a10c569c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM eclipse-temurin:17 +FROM eclipse-temurin:17@sha256:11b466a4eee682651086c84cddde8dc7b41836d85f56cb1011f85b42fd7beae9 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++