Skip to content

Commit

Permalink
fix: Fix dockerfile tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
rrw-zilliqa committed Jan 5, 2023
1 parent 84e86b4 commit 44a849f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM golang:1.15.8-alpine
LABEL maintainer="Ren xiaohuo <lulu@zilliqa.com>"
FROM golang:1.19.4-alpine
LABEL maintainer="Richard Watts <richard@zilliqa.com>"
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
RUN CI=true go tool test2json -t ./test -test.v

0 comments on commit 44a849f

Please sign in to comment.