Skip to content

Commit

Permalink
update orchestrator to bookworm
Browse files Browse the repository at this point in the history
  • Loading branch information
gzukel committed May 29, 2024
1 parent 6709294 commit 091b258
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/localnet/orchestrator/Dockerfile.fastbuild
Original file line number Diff line number Diff line change
@@ -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 && \
Expand Down

0 comments on commit 091b258

Please sign in to comment.