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

This commit is contained in:
renovate[bot] 2023-08-03 22:59:46 +00:00 committed by GitHub
parent 582a5f4596
commit 55518f79b7
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/