mirror of
https://github.com/vacp2p/linea-besu.git
synced 2026-01-09 15:37:54 -05:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user