Skip to content

Commit

Permalink
[java] Add Zulu JRE/JDK 21.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
fpapon committed Jan 28, 2025
1 parent 8bc9c72 commit 8e06c63
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions java-jdk/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ARG DISTRIBUTION=zulu21.38.21-ca-jdk21.0.5-linux_musl_x64
ARG ALPINE_VERSION=3.20.3
ARG DISTRIBUTION=zulu21.40.17-ca-jdk21.0.6-linux_musl_x64
ARG ALPINE_VERSION=3.21.2

FROM alpine:${ALPINE_VERSION} as builder
ARG DISTRIBUTION
Expand Down
4 changes: 2 additions & 2 deletions java/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ARG DISTRIBUTION=zulu21.38.21-ca-jre21.0.5-linux_musl_x64
ARG ALPINE_VERSION=3.20.3
ARG DISTRIBUTION=zulu21.40.17-ca-jre21.0.6-linux_musl_x64
ARG ALPINE_VERSION=3.21.2

FROM alpine:$ALPINE_VERSION as builder
ARG DISTRIBUTION
Expand Down

0 comments on commit 8e06c63

Please sign in to comment.