diff --git a/Dockerfile b/Dockerfile index 6a049c1f39..414d48261c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -16,7 +16,7 @@ ADD . /go-ethereum RUN cd /go-ethereum && go run build/ci.go install ./cmd/geth # Pull Geth into a second stage deploy alpine container -FROM alpine:3.16.0 +FROM alpine:3.17 ARG BSC_USER=bsc ARG BSC_USER_UID=1000