Skip to content

Commit

Permalink
update server dockerfile versions
Browse files Browse the repository at this point in the history
  • Loading branch information
PrinsINT committed Sep 23, 2024
1 parent c5f4ddd commit 80bb0ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions server/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM gradle:8.6-jdk17-alpine AS build
FROM gradle:8.10-jdk21-alpine AS build
# Note: the gradle version must match the version in build.gradle.kts
COPY --chown=gradle:gradle . /home/gradle/src
WORKDIR /home/gradle/src
Expand All @@ -8,7 +8,7 @@ RUN echo "Contents of workdir:" && ls -l . \
&& rm build/libs/*-plain.jar \
&& echo "Contents of build/libs after removing plain jars:" && ls -l build/libs

FROM eclipse-temurin:17-jre-alpine
FROM eclipse-temurin:21-jre-alpine

# FIX CVE-2023-52425
RUN apk --no-cache add --upgrade expat
Expand Down

0 comments on commit 80bb0ac

Please sign in to comment.