From 7cd3db631ee9c4cbbef07c0cda160bbdcbf8b6cf Mon Sep 17 00:00:00 2001 From: "dnastack-renovate[bot]" <209827418+dnastack-renovate[bot]@users.noreply.github.com> Date: Tue, 16 Jun 2026 03:24:44 +0000 Subject: [PATCH] [CU-86b4umhm1] Update amazoncorretto:21-alpine Docker digest to 30b1b22 --- ci/e2e-tests/Dockerfile | 4 ++-- ci/impl/Dockerfile | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ci/e2e-tests/Dockerfile b/ci/e2e-tests/Dockerfile index a92b838..c30674d 100644 --- a/ci/e2e-tests/Dockerfile +++ b/ci/e2e-tests/Dockerfile @@ -6,7 +6,7 @@ # This stage depends on a JDK image and uses Maven Wrapper to pull in dependencies and build the project # from source. -FROM amazoncorretto:21-alpine@sha256:fda60fd7965970ce7ed7ce789b18418647b56ac6112fc17df006337bdc6355c4 AS build +FROM amazoncorretto:21-alpine@sha256:30b1b2246cee9a98c9bf8a11537a04f1eaf8c59279b0c70ae02d7e5b934edeaa AS build ARG APP_NAME ARG APP_VERSION WORKDIR /build @@ -35,7 +35,7 @@ RUN ./mvnw -B -o process-test-classes # This stage uses a JRE rather than JDK because it doesn't have to compile any Java sources. # It is assembling the runnable test container and packaging all its Maven dependencies -FROM amazoncorretto:21-alpine@sha256:fda60fd7965970ce7ed7ce789b18418647b56ac6112fc17df006337bdc6355c4 +FROM amazoncorretto:21-alpine@sha256:30b1b2246cee9a98c9bf8a11537a04f1eaf8c59279b0c70ae02d7e5b934edeaa ARG APP_NAME ARG APP_VERSION diff --git a/ci/impl/Dockerfile b/ci/impl/Dockerfile index fd65cf5..b938bac 100644 --- a/ci/impl/Dockerfile +++ b/ci/impl/Dockerfile @@ -4,7 +4,7 @@ ## Stage 1: Build and test the Java Sources ## -FROM amazoncorretto:21-alpine@sha256:fda60fd7965970ce7ed7ce789b18418647b56ac6112fc17df006337bdc6355c4 AS build +FROM amazoncorretto:21-alpine@sha256:30b1b2246cee9a98c9bf8a11537a04f1eaf8c59279b0c70ae02d7e5b934edeaa AS build ARG APP_NAME ARG APP_VERSION @@ -34,7 +34,7 @@ RUN ./mvnw -B -X package # This stage uses a JRE rather than JDK because it doesn't have to build anything; it just runs the fat jar # produced by the previous stage. -FROM amazoncorretto:21-alpine@sha256:fda60fd7965970ce7ed7ce789b18418647b56ac6112fc17df006337bdc6355c4 +FROM amazoncorretto:21-alpine@sha256:30b1b2246cee9a98c9bf8a11537a04f1eaf8c59279b0c70ae02d7e5b934edeaa ARG APP_NAME ARG APP_VERSION