Skip to content

Commit

Permalink
Update to Gradle 8 and JDK 21
Browse files Browse the repository at this point in the history
  • Loading branch information
raharrison committed Nov 9, 2023
1 parent 5fa32a3 commit 3f0fef4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM gradle:7-jdk19 AS build
FROM gradle:8-jdk20 AS build

USER gradle
WORKDIR /app
Expand All @@ -8,7 +8,7 @@ COPY src/ ./src

RUN gradle installDist --no-daemon

FROM eclipse-temurin:19-jre-jammy
FROM eclipse-temurin:21-jre-jammy

EXPOSE 8080

Expand Down

0 comments on commit 3f0fef4

Please sign in to comment.