Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions ci/e2e-tests/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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-al2023 AS build
FROM amazoncorretto:21.0.10-al2023@sha256:73d7cbb2d7d407bff77af884106c87908e4cf61b2b45c99f78f90335f901790a AS build

ARG APP_NAME
ARG APP_VERSION
Expand Down Expand Up @@ -48,7 +48,7 @@ RUN ./mvnw -P -dnastack -B -o process-test-classes

# 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
FROM amazoncorretto:21.0.11-alpine@sha256:a1734d6cd1e2a0483870d2144ec012dabf91db80172611d92b7ee4f0d8ed84d6

# Create a non-root user
RUN adduser -D -h /home/testuser testuser
Expand Down
4 changes: 2 additions & 2 deletions ci/impl/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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-al2023 AS build
FROM amazoncorretto:21.0.10-al2023@sha256:73d7cbb2d7d407bff77af884106c87908e4cf61b2b45c99f78f90335f901790a AS build
ARG APP_NAME
ARG APP_VERSION

Expand Down Expand Up @@ -45,7 +45,7 @@ RUN ./mvnw -P -dnastack -B -o 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
FROM amazoncorretto:21.0.11-alpine@sha256:a1734d6cd1e2a0483870d2144ec012dabf91db80172611d92b7ee4f0d8ed84d6
ARG APP_NAME
ARG APP_VERSION

Expand Down
Loading