Przeglądaj źródła

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 lat temu
rodzic
commit
a6f50e47cd
1 zmienionych plików z 1 dodań i 1 usunięć
  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
 RUN mkdir /app
 WORKDIR /app