Skip to content

Commit

Permalink
java/zulu 17.0.8 distro
Browse files Browse the repository at this point in the history
  • Loading branch information
fpapon committed Aug 9, 2023
1 parent c9c67a9 commit 010a59b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions java/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ARG DISTRIBUTION=zulu17.42.19-ca-jre17.0.7-linux_musl_x64
ARG ALPINE_VERSION=3.17.3
ARG DISTRIBUTION=zulu17.44.15-ca-jre17.0.8-linux_musl_x64
ARG ALPINE_VERSION=3.17.5

FROM alpine:$ALPINE_VERSION as builder
ARG DISTRIBUTION
Expand All @@ -9,7 +9,7 @@ RUN wget --quiet "https://cdn.azul.com/zulu/bin/${DISTRIBUTION}.tar.gz" && \
mkdir -p /opt/jre && \
tar xf "${DISTRIBUTION}.tar.gz" --strip 1 -C /opt/jre

# scratch would work but will prevent temp files to work so let's consume +2M but have it funcitonal
# scratch would work but will prevent temp files to work so let's consume +2M but have it functional
FROM alpine:$ALPINE_VERSION

ENV LANG='en_US.UTF-8' LANGUAGE='en_US:en' LC_ALL='en_US.UTF-8' JAVA_HOME=/opt/jre
Expand Down

0 comments on commit 010a59b

Please sign in to comment.