We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 263999a + 5102f4f commit 2b2e69dCopy full SHA for 2b2e69d
Dockerfile
@@ -1,5 +1,5 @@
1
###############################################################################
2
-FROM gradle:8.10.1-jdk22-alpine AS base
+FROM gradle:8.13.0-jdk21-alpine AS base
3
4
RUN apk add --update --no-cache make \
5
# FIX CVE-2024-5535
@@ -94,7 +94,7 @@ CMD ["make", "test"]
94
## in the production phase, "good practices" such as
95
## WORKDIR and USER are maintained
96
##
97
-FROM eclipse-temurin:24_36-jre-alpine AS production
+FROM eclipse-temurin:24.0.1_9-jre-alpine AS production
98
99
100
0 commit comments