From 7911e01e71bb6ec18d640abd74210cf3630ee042 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 29 Jun 2024 12:24:05 +0000 Subject: [PATCH] chore(deps): update eclipse-temurin docker tag to v17.0.11_9-jre --- docs/performance/synthea/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/performance/synthea/Dockerfile b/docs/performance/synthea/Dockerfile index 713675d5b..ff344b958 100644 --- a/docs/performance/synthea/Dockerfile +++ b/docs/performance/synthea/Dockerfile @@ -1,4 +1,4 @@ -FROM eclipse-temurin:17-jre +FROM eclipse-temurin:17.0.11_9-jre@sha256:ae0f248b921eee1006d349bef8c784f4f6a4f6d87305a98235f5492e0dc78842 ADD https://github.com/synthetichealth/synthea/releases/download/v3.1.1/synthea-with-dependencies.jar /gen/synthea.jar