Skip to content

Commit

Permalink
Open JDK update
Browse files Browse the repository at this point in the history
  • Loading branch information
PravinGadankush authored Nov 28, 2023
1 parent 72bb2d0 commit c48fa61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ WORKDIR app
RUN apk update && \
apk upgrade && \
apk upgrade
RUN apk add openjdk8=8.392.08-r0 --repository=https://dl-cdn.alpinelinux.org/alpine/edge/community
RUN apk add openjdk8=8.392.08-r1 --repository=https://dl-cdn.alpinelinux.org/alpine/edge/community
ENV JAVA_HOME=/usr/lib/jvm/java-1.8-openjdk
RUN apk add libstdc++
RUN apk add glib
Expand Down

0 comments on commit c48fa61

Please sign in to comment.