Skip to content

Commit

Permalink
Merge pull request #984 from keizer619/master
Browse files Browse the repository at this point in the history
Update JRE version
  • Loading branch information
keizer619 authored Apr 28, 2023
2 parents ddd452f + 914b656 commit e34b882
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 openjdk11-jre=11.0.14_p9-r0 docker-cli libc6-compat\
&& apk add --update --no-cache bash openjdk11-jre=11.0.19_p7-r0 docker-cli libc6-compat\
&& 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 e34b882

Please sign in to comment.