From 0a7431adc83b47aa5d9c002824380612a0d11e8a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 10 Aug 2026 00:53:48 +0000 Subject: [PATCH] chore(deps): pin ghcr.io/graalvm/native-image-community docker tag to 0d936f3 --- dev/Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev/Containerfile b/dev/Containerfile index 4f0b7629..9699ecfe 100644 --- a/dev/Containerfile +++ b/dev/Containerfile @@ -3,7 +3,7 @@ # native-image-community bundles the native-image tool alongside the JDK (graalvm-community no # longer does for JDK 23+), which the native build needs. -FROM ghcr.io/graalvm/native-image-community:25 +FROM ghcr.io/graalvm/native-image-community:25@sha256:0d936f32bb8acb5bc60c41b33e05f064d7a6aaf36b726538296c54949bd4a3c0 # Install Maven ENV MAVEN_HOME /usr/share/maven