chore(deps): update azul/zulu-openjdk docker tag to v21

This commit is contained in:
renovate[bot] 2023-09-19 19:15:48 +00:00 committed by Kavin
parent fcfd9fa3c3
commit 12b21b1020
2 changed files with 3 additions and 3 deletions

View File

@ -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 && \

View File

@ -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 && \