Skip to content

Commit

Permalink
Merge pull request #1018 from ballerina-platform/tharindu-nw-patch-1
Browse files Browse the repository at this point in the history
Update JRE version
  • Loading branch information
tharindu-nw committed Oct 24, 2023
2 parents 0bedc7e + d3c0b02 commit 8794696
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion base/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ RUN mkdir -p /ballerina/files \
&& adduser -S -s /bin/bash -g 'ballerina' -G troupe -D ballerina \
&& apk add --upgrade apk-tools \
&& apk upgrade \
&& apk add --update --no-cache bash openjdk17-jre=17.0.8_p7-r0 docker-cli libc6-compat gcompat \
&& apk add --update --no-cache bash openjdk17-jre=17.0.9_p8-r0 docker-cli libc6-compat gcompat \
&& unzip /root/${BALLERINA_DIST} -d /ballerina/ > /dev/null 2>&1 \
&& mv /ballerina/ballerina* /ballerina/runtime \
&& mkdir -p /ballerina/runtime/logs \
Expand Down

0 comments on commit 8794696

Please sign in to comment.