Skip to content

Commit

Permalink
chore(deps): update azul/zulu-openjdk-alpine docker tag to v21
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jun 14, 2024
1 parent 1c657e7 commit 2138766
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM azul/zulu-openjdk-alpine:17-latest as builder
FROM azul/zulu-openjdk-alpine:21-latest as builder

# hadolint ignore=DL3018
RUN apk add --no-cache git wget unzip
Expand All @@ -16,7 +16,7 @@ COPY src src

RUN ./gradlew build

FROM azul/zulu-openjdk-alpine:17-latest as runner
FROM azul/zulu-openjdk-alpine:21-latest as runner

WORKDIR /app

Expand Down

0 comments on commit 2138766

Please sign in to comment.