Update for testing with Merge fixturenet. #11

Merged
telackey merged 8 commits from telackey/the_merge into main 2022-11-03 02:33:19 +00:00
Showing only changes of commit 4edd36891c - Show all commits

View File

@ -1,4 +1,4 @@
FROM golang:1.13-alpine as builder
FROM golang:1.19-alpine as builder
RUN apk --update --no-cache add make git g++ linux-headers
# DEBUG
@ -29,4 +29,4 @@ COPY --chown=5000:5000 --from=builder /go/src/github.com/vulcanize/tx_spammer/st
COPY --from=builder /go/src/github.com/vulcanize/tx_spammer/tx_spammer tx_spammer
COPY --from=builder /go/src/github.com/vulcanize/tx_spammer/environments environments
ENTRYPOINT ["/app/startup_script.sh"]
ENTRYPOINT ["/app/startup_script.sh"]