mirror of
https://github.com/TeamPiped/Piped-Backend.git
synced 2024-08-14 23:51:41 +00:00
chore(deps): update azul/zulu-openjdk docker tag to v21
This commit is contained in:
parent
fcfd9fa3c3
commit
12b21b1020
2 changed files with 3 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
|||
FROM azul/zulu-openjdk:17-latest AS build
|
||||
FROM azul/zulu-openjdk:21-latest AS build
|
||||
|
||||
WORKDIR /app/
|
||||
|
||||
|
@ -7,7 +7,7 @@ COPY . /app/
|
|||
RUN --mount=type=cache,target=/root/.gradle/caches/ \
|
||||
./gradlew shadowJar
|
||||
|
||||
FROM azul/zulu-openjdk:17-jre-headless-latest
|
||||
FROM azul/zulu-openjdk:21-jre-headless-latest
|
||||
|
||||
RUN --mount=type=cache,target=/var/cache/apt/ \
|
||||
apt-get update && \
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
FROM azul/zulu-openjdk:17-jre-headless-latest
|
||||
FROM azul/zulu-openjdk:21-jre-headless-latest
|
||||
|
||||
RUN --mount=type=cache,target=/var/cache/apt/ \
|
||||
apt-get update && \
|
||||
|
|
Loading…
Reference in a new issue