Skip to content

Commit

Permalink
GraalVM CE 19.3.1 release (oracle#1510)
Browse files Browse the repository at this point in the history
  • Loading branch information
mzachh authored and Djelibeybi committed Jan 27, 2020
1 parent f6f6235 commit e2acf1c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion GraalVM/CE/19/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ FROM oraclelinux:7-slim
# Note: If you are behind a web proxy, set the build variables for the build:
# E.g.: docker build --build-arg "https_proxy=..." --build-arg "http_proxy=..." --build-arg "no_proxy=..." ...

ARG GRAALVM_VERSION=19.3.0.2
ARG GRAALVM_VERSION=19.3.1
ARG JAVA_VERSION=java8
ARG GRAALVM_PKG=https://github.com/graalvm/graalvm-ce-builds/releases/download/vm-$GRAALVM_VERSION/graalvm-ce-$JAVA_VERSION-linux-amd64-$GRAALVM_VERSION.tar.gz

Expand Down
2 changes: 1 addition & 1 deletion GraalVM/CE/19/Dockerfile.java11
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ FROM oraclelinux:7-slim
# Note: If you are behind a web proxy, set the build variables for the build:
# E.g.: docker build --build-arg "https_proxy=..." --build-arg "http_proxy=..." --build-arg "no_proxy=..." ...

ARG GRAALVM_VERSION=19.3.0.2
ARG GRAALVM_VERSION=19.3.1
ARG JAVA_VERSION=java11
ARG GRAALVM_PKG=https://github.com/graalvm/graalvm-ce-builds/releases/download/vm-$GRAALVM_VERSION/graalvm-ce-$JAVA_VERSION-GRAALVM_ARCH-$GRAALVM_VERSION.tar.gz
ARG TARGETPLATFORM
Expand Down

0 comments on commit e2acf1c

Please sign in to comment.