Skip to content

Commit 6952b40

Browse files
[CU-86b4umhm1] Update amazoncorretto Docker tag to v21.0.10-alpine
1 parent 0706ae1 commit 6952b40

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

ci/e2e-tests/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
# This stage depends on a JDK image and uses Maven Wrapper to pull in dependencies and build the project
88
# from source.
9-
FROM amazoncorretto:21-alpine@sha256:fda60fd7965970ce7ed7ce789b18418647b56ac6112fc17df006337bdc6355c4 AS build
9+
FROM amazoncorretto:21.0.10-alpine@sha256:c64034bdceaff59b33bc366b9ab1b7fc5593d8155daf82cd978541b206555d1f AS build
1010
ARG APP_NAME
1111
ARG APP_VERSION
1212
WORKDIR /build
@@ -35,7 +35,7 @@ RUN ./mvnw -B -o process-test-classes
3535

3636
# This stage uses a JRE rather than JDK because it doesn't have to compile any Java sources.
3737
# It is assembling the runnable test container and packaging all its Maven dependencies
38-
FROM amazoncorretto:21-alpine@sha256:fda60fd7965970ce7ed7ce789b18418647b56ac6112fc17df006337bdc6355c4
38+
FROM amazoncorretto:21.0.10-alpine@sha256:c64034bdceaff59b33bc366b9ab1b7fc5593d8155daf82cd978541b206555d1f
3939
ARG APP_NAME
4040
ARG APP_VERSION
4141

ci/impl/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
## Stage 1: Build and test the Java Sources
55
##
66

7-
FROM amazoncorretto:21-alpine@sha256:fda60fd7965970ce7ed7ce789b18418647b56ac6112fc17df006337bdc6355c4 AS build
7+
FROM amazoncorretto:21.0.10-alpine@sha256:c64034bdceaff59b33bc366b9ab1b7fc5593d8155daf82cd978541b206555d1f AS build
88
ARG APP_NAME
99
ARG APP_VERSION
1010

@@ -34,7 +34,7 @@ RUN ./mvnw -B -X package
3434

3535
# This stage uses a JRE rather than JDK because it doesn't have to build anything; it just runs the fat jar
3636
# produced by the previous stage.
37-
FROM amazoncorretto:21-alpine@sha256:fda60fd7965970ce7ed7ce789b18418647b56ac6112fc17df006337bdc6355c4
37+
FROM amazoncorretto:21.0.10-alpine@sha256:c64034bdceaff59b33bc366b9ab1b7fc5593d8155daf82cd978541b206555d1f
3838
ARG APP_NAME
3939
ARG APP_VERSION
4040

0 commit comments

Comments
 (0)