From 41494d198f21552b769fdd098379f20bb393dbf2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 15 Jul 2026 01:05:27 +0000 Subject: [PATCH] chore(deps): update bellsoft/liberica-runtime-container:jre-26-musl docker digest to f38569a --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 6985678a..951f1e7b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -41,7 +41,7 @@ RUN --mount=type=cache,target=/root/.m2 \ # --- Runtime stage: BellSoft minimal musl runtime container (production) --- # JRE 26 runs the JDK-25-compiled fast-jar fine (forward-compatible); pure-bytecode app, so the # musl libc is a non-issue. The runtime-container image is purpose-built minimal for production. -FROM bellsoft/liberica-runtime-container:jre-26-musl@sha256:ca3832b6a01d97efddcf1b9d3f4fe92011e411299d32360774eb7154422fb730 AS runtime +FROM bellsoft/liberica-runtime-container:jre-26-musl@sha256:f38569a66f0938d282c6fbe0271fe442b19ecb0819a97311483cb2a028efa719 AS runtime WORKDIR /app # Quarkus fast-jar layout: copy the four pieces in cache-friendly order.