diff --git a/Dockerfile b/Dockerfile index b1182bf..2903fd3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ ############################################################################### -FROM gradle:8.10.1-jdk22-alpine AS base +FROM gradle:8.13.0-jdk21-alpine AS base RUN apk add --update --no-cache make \ # FIX CVE-2024-5535 @@ -94,7 +94,7 @@ CMD ["make", "test"] ## in the production phase, "good practices" such as ## WORKDIR and USER are maintained ## -FROM eclipse-temurin:24_36-jre-alpine AS production +FROM eclipse-temurin:24.0.1_9-jre-alpine AS production RUN apk add --update --no-cache make \ # FIX CVE-2024-5535