Switch to debianslim-jre-nightly to fix builds.

This commit is contained in:
FireMaskterK 2021-10-31 17:54:46 +00:00
parent 86154a1a29
commit 0d0cb24a6f
No known key found for this signature in database
GPG Key ID: 49451E4482CC5BCD
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ COPY . /app/
RUN chmod +x ./gradlew && ./gradlew shadowJar
FROM adoptopenjdk/openjdk11:debianslim-jre
FROM adoptopenjdk/openjdk11:debianslim-jre-nightly
WORKDIR /app/