Skip to content

Commit 2b2e69d

Browse files
authored
Merge pull request #310 from sir-gon/dependabot/docker/eclipse-temurin-24.0.1_9-jre-alpine
Bump eclipse-temurin from 24_36-jre-alpine to 24.0.1_9-jre-alpine
2 parents 263999a + 5102f4f commit 2b2e69d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
###############################################################################
2-
FROM gradle:8.10.1-jdk22-alpine AS base
2+
FROM gradle:8.13.0-jdk21-alpine AS base
33

44
RUN apk add --update --no-cache make \
55
# FIX CVE-2024-5535
@@ -94,7 +94,7 @@ CMD ["make", "test"]
9494
## in the production phase, "good practices" such as
9595
## WORKDIR and USER are maintained
9696
##
97-
FROM eclipse-temurin:24_36-jre-alpine AS production
97+
FROM eclipse-temurin:24.0.1_9-jre-alpine AS production
9898

9999
RUN apk add --update --no-cache make \
100100
# FIX CVE-2024-5535

0 commit comments

Comments
 (0)