mirror of
https://github.com/TeamPiped/Piped-Backend.git
synced 2024-12-12 21:30:29 +05:30
Merge pull request #802 from TeamPiped/revert-744-renovate/eclipse-temurin-21.x
Revert "chore(deps): update eclipse-temurin docker tag"
This commit is contained in:
commit
186497664b
@ -1,4 +1,4 @@
|
||||
FROM eclipse-temurin:21.0.2_13-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:21.0.2_13-jre
|
||||
FROM eclipse-temurin:21-jre
|
||||
|
||||
RUN --mount=type=cache,target=/var/cache/apt/ \
|
||||
apt-get update && \
|
||||
|
@ -1,4 +1,4 @@
|
||||
FROM eclipse-temurin:21.0.2_13-jre
|
||||
FROM eclipse-temurin:21-jre
|
||||
|
||||
RUN --mount=type=cache,target=/var/cache/apt/ \
|
||||
apt-get update && \
|
||||
|
Loading…
Reference in New Issue
Block a user