diff --git a/Dockerfile b/Dockerfile index 8e0c9bf..db5fcc4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ -FROM golang:1.15.8-alpine -LABEL maintainer="Ren xiaohuo " +FROM golang:1.19.4-alpine +LABEL maintainer="Richard Watts " WORKDIR /app COPY ./ . RUN apk add build-base RUN go test -c -o ./test github.com/Zilliqa/gozilliqa-sdk/provider -RUN CI=true go tool test2json -t ./test -test.v \ No newline at end of file +RUN CI=true go tool test2json -t ./test -test.v