mirror of
https://github.com/TeamPiped/Piped-Backend.git
synced 2024-08-14 23:51:41 +00:00
Switch to debianslim-jre-nightly to fix builds.
This commit is contained in:
parent
86154a1a29
commit
0d0cb24a6f
1 changed files with 1 additions and 1 deletions
|
@ -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/
|
||||
|
||||
|
|
Loading…
Reference in a new issue