Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
Switch to Java 11
  • Loading branch information
lmarton authored Oct 2, 2019
1 parent 07f29a3 commit 55c04cc
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 @@ -10,7 +10,7 @@ RUN rpm --import http://repos.azulsystems.com/RPM-GPG-KEY-azulsystems
RUN curl -o /etc/yum.repos.d/zulu.repo http://repos.azulsystems.com/rhel/zulu.repo
RUN yum -y update
RUN yum -y install \
zulu-8 \
zulu-11 \
cron \
supervisor \
libcurl \
Expand Down

0 comments on commit 55c04cc

Please sign in to comment.