Browse Source

Update es4x.dockerfile (#4755)

GraalVM is a GA release, this upgrades the benchmark to run on stable docker image instead of RC release.
Paulo Lopes 6 years ago
parent
commit
a6f50e47cd
1 changed files with 1 additions and 1 deletions
  1. 1 1
      frameworks/JavaScript/es4x/es4x.dockerfile

+ 1 - 1
frameworks/JavaScript/es4x/es4x.dockerfile

@@ -1,4 +1,4 @@
-FROM oracle/graalvm-ce:1.0.0-rc16
+FROM oracle/graalvm-ce:19.0.0
 # Set working dir
 # Set working dir
 RUN mkdir /app
 RUN mkdir /app
 WORKDIR /app
 WORKDIR /app