Update GraalVM Docker Container (#1830)

Oracle moved their graalvm container hating from docker to github.
Update the docker file to keep up with this change.

Signed-off-by: Danno Ferrin <danno.ferrin@gmail.com>
This commit is contained in:
Danno Ferrin
2021-01-25 10:20:44 -07:00
committed by GitHub
parent e49e69986b
commit cfd9eb8ea8

View File

@@ -1,5 +1,5 @@
FROM oracle/graalvm-ce:20.1.0-java11
FROM ghcr.io/graalvm/graalvm-ce:ol7-java11-21.0.0
RUN adduser --home /opt/besu besu && \
chown besu:besu /opt/besu