diff --git a/contrib/localnet/orchestrator/Dockerfile.fastbuild b/contrib/localnet/orchestrator/Dockerfile.fastbuild index 61d54a5079..2ef5520c64 100644 --- a/contrib/localnet/orchestrator/Dockerfile.fastbuild +++ b/contrib/localnet/orchestrator/Dockerfile.fastbuild @@ -1,6 +1,6 @@ FROM zetanode:latest as zeta FROM ethereum/client-go:v1.10.26 as geth -FROM debian:bookworm as orchestrator +FROM golang:1.20.14-bookworm as orchestrator RUN apt update && \ apt install -yq jq curl tmux python3 openssh-server iputils-ping iproute2 && \