diff --git a/Dockerfile b/Dockerfile index f02930b..060c364 100644 --- a/Dockerfile +++ b/Dockerfile @@ -94,7 +94,7 @@ CMD ["make", "test"] ## in the production phase, "good practices" such as ## WORKDIR and USER are maintained ## -FROM eclipse-temurin:23.0.1_11-jre-alpine AS production +FROM eclipse-temurin:23.0.2_7-jre-alpine AS production RUN apk add --update --no-cache make \ # FIX CVE-2024-5535