瀏覽代碼

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 年之前
父節點
當前提交
a6f50e47cd
共有 1 個文件被更改,包括 1 次插入1 次删除
  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