Fix 397 by pegging alpine version.

pull/402/head v1.1.0-aa70273-202305191626
Thomas E Lackey 2023-05-19 11:26:09 -05:00
parent c9155eafd2
commit aa702737ef
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ RUN go install github.com/go-delve/delve/cmd/dlv@latest
FROM cerc/go-ethereum:local as geth 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 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/ COPY --from=delve /go/bin/dlv /usr/local/bin/