Skip to content

Commit

Permalink
Update Dockerfile to JDK21
Browse files Browse the repository at this point in the history
  • Loading branch information
krusche authored Nov 21, 2024
1 parent e61e6de commit a3ba511
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,9 +1,9 @@
FROM gradle:8.0.2-jdk17 AS build
FROM gradle:8.11.1-jdk21-alpine AS build
COPY --chown=gradle:gradle . /home/gradle/src
WORKDIR /home/gradle/src
RUN gradle build --no-daemon

FROM eclipse-temurin:17
FROM eclipse-temurin:21

EXPOSE 8080

Expand Down

0 comments on commit a3ba511

Please sign in to comment.