Migrate project back to Java 17.

This commit is contained in:
Kavin 2023-04-27 13:05:05 +01:00
parent 54ae19d142
commit e77e5a96d7
No known key found for this signature in database
GPG key ID: 49451E4482CC5BCD
8 changed files with 16 additions and 16 deletions

View file

@ -1,4 +1,4 @@
FROM eclipse-temurin:19-jdk AS build
FROM eclipse-temurin:17-jdk AS build
WORKDIR /app/
@ -7,7 +7,7 @@ COPY . /app/
RUN --mount=type=cache,target=/root/.gradle/caches/ \
./gradlew shadowJar
FROM eclipse-temurin:19-jre
FROM eclipse-temurin:17-jre
WORKDIR /app/