mirror of
https://github.com/TeamPiped/Piped-Backend.git
synced 2025-04-28 07:50:30 +05:30
Change from AdoptOpenJDK to eclipse-temurin.
This commit is contained in:
parent
1e2fc16759
commit
8143f9ee70
@ -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…
x
Reference in New Issue
Block a user