mirror of
https://github.com/TeamPiped/Piped-Backend.git
synced 2024-08-14 23:51:41 +00:00
Change from AdoptOpenJDK to eclipse-temurin.
This commit is contained in:
parent
1e2fc16759
commit
8143f9ee70
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
FROM adoptopenjdk/openjdk11:debianslim-slim AS build
|
||||
FROM eclipse-temurin:11-jdk AS build
|
||||
|
||||
WORKDIR /app/
|
||||
|
||||
|
@ -6,7 +6,7 @@ COPY . /app/
|
|||
|
||||
RUN chmod +x ./gradlew && ./gradlew shadowJar
|
||||
|
||||
FROM adoptopenjdk/openjdk11:debianslim-jre-nightly
|
||||
FROM eclipse-temurin:11-jre
|
||||
|
||||
WORKDIR /app/
|
||||
|
||||
|
|
Loading…
Reference in a new issue