From 5e302273bd31b03ed16c831b0e5ef3e41751e949 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?aaR=E1=B4=BCn=20W=E1=B5=83=E1=B4=B8=E1=B4=B8S=5F?= <58966641+aaron-foster-wallace@users.noreply.github.com> Date: Sun, 3 Nov 2024 19:13:51 +0000 Subject: [PATCH] Update comment in Dockerfile.alltools Update to improve the readability --- Dockerfile.alltools | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.alltools b/Dockerfile.alltools index 44d5065af0..cfc9daa4f1 100644 --- a/Dockerfile.alltools +++ b/Dockerfile.alltools @@ -23,7 +23,7 @@ RUN cd /go-ethereum && go run build/ci.go install -static ./cmd/geth RUN cd /go-ethereum && go run build/ci.go install -static -# Pull all binaries into a second stage deploy alpine container +# Pull all binaries into a second stage and deploy an alpine container FROM alpine:latest RUN apk add --no-cache ca-certificates