From aa702737eff5762882232d0e1f1ac589bdf10481 Mon Sep 17 00:00:00 2001 From: Thomas E Lackey Date: Fri, 19 May 2023 11:26:09 -0500 Subject: [PATCH] Fix 397 by pegging alpine version. --- app/data/container-build/cerc-fixturenet-eth-geth/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/data/container-build/cerc-fixturenet-eth-geth/Dockerfile b/app/data/container-build/cerc-fixturenet-eth-geth/Dockerfile index 63c3c0a7..666f9117 100644 --- a/app/data/container-build/cerc-fixturenet-eth-geth/Dockerfile +++ b/app/data/container-build/cerc-fixturenet-eth-geth/Dockerfile @@ -6,7 +6,7 @@ RUN go install github.com/go-delve/delve/cmd/dlv@latest FROM cerc/go-ethereum:local as geth -FROM alpine:latest +FROM alpine:3.17 RUN apk add --no-cache python3 python3-dev py3-pip curl wget jq build-base gettext libintl openssl bash bind-tools postgresql-client COPY --from=delve /go/bin/dlv /usr/local/bin/