Update azul/zulu-openjdk Docker tag to v20

This commit is contained in:
renovate[bot] 2023-06-01 18:46:04 +00:00 committed by GitHub
parent 472388a77d
commit 9de4fcb5df
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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:20-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:20-jre-headless-latest
WORKDIR /app/

View file

@ -1,4 +1,4 @@
FROM azul/zulu-openjdk:17-jre-headless-latest
FROM azul/zulu-openjdk:20-jre-headless-latest
WORKDIR /app/