Skip to content

Commit

Permalink
Merge pull request #551 from rsvoboda/docker-use-rc11
Browse files Browse the repository at this point in the history
centos-graal Dockerfile - using 1.0.0-rc11
  • Loading branch information
stuartwdouglas authored Jan 17, 2019
2 parents de9e960 + f5823ea commit 4804882
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/centos-graal/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM centos:latest

ARG GRAAL_VERSION
ENV GRAAL_VERSION=${GRAAL_VERSION:-1.0.0-rc10}
ENV GRAAL_VERSION=${GRAAL_VERSION:-1.0.0-rc11}
ENV GRAAL_CE_URL=https://github.com/oracle/graal/releases/download/vm-${GRAAL_VERSION}/graalvm-ce-${GRAAL_VERSION}-linux-amd64.tar.gz

ENV JAVA_HOME=/opt/graalvm
Expand Down

0 comments on commit 4804882

Please sign in to comment.