mirror of
https://github.com/TeamPiped/Piped-Backend.git
synced 2024-08-14 23:51:41 +00:00
Re-enable eclipse temurin docker builds.
See https://github.com/adoptium/temurin/issues/8
This commit is contained in:
parent
2a9055d82e
commit
f1f4fd18b3
4 changed files with 6 additions and 6 deletions
|
@ -1,4 +1,4 @@
|
|||
FROM eclipse-temurin:17-jdk AS build
|
||||
FROM eclipse-temurin:21-jdk AS build
|
||||
|
||||
WORKDIR /app/
|
||||
|
||||
|
@ -7,7 +7,7 @@ COPY . /app/
|
|||
RUN --mount=type=cache,target=/root/.gradle/caches/ \
|
||||
./gradlew shadowJar
|
||||
|
||||
FROM eclipse-temurin:17-jre
|
||||
FROM eclipse-temurin:21-jre
|
||||
|
||||
RUN --mount=type=cache,target=/var/cache/apt/ \
|
||||
apt-get update && \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue