Skip to content
This repository has been archived by the owner on Jan 3, 2025. It is now read-only.

Commit

Permalink
fix(docker): update images to use Java 21
Browse files Browse the repository at this point in the history
  • Loading branch information
azurejelly committed Jan 1, 2025
1 parent 1317356 commit 46134d2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .devenv/paper-server/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM gradle:8.10.0-jdk17 AS build
FROM gradle:8.12.0-jdk21 AS build

WORKDIR /build

Expand Down
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM gradle:8.10.0-jdk17 AS build
FROM gradle:8.12.0-jdk21 AS build

WORKDIR /build

Expand All @@ -15,7 +15,7 @@ COPY . .
RUN --mount=type=cache,target=/home/gradle/.gradle/caches \
./gradlew --no-daemon nuvotifier-standalone:build

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

WORKDIR /app

Expand Down

0 comments on commit 46134d2

Please sign in to comment.