Skip to content

Commit

Permalink
RC8 docker
Browse files Browse the repository at this point in the history
  • Loading branch information
stuartwdouglas committed Oct 25, 2018
1 parent 7b2a68a commit 3464bee
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-rc7}
ENV GRAAL_VERSION=${GRAAL_VERSION:-1.0.0-rc8}
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 3464bee

Please sign in to comment.