Go 1.17 provides a much clearer go.mod file (#679)

* Go 1.17 provides a much clearer go.mod file

* tidy

* Go 1.17 cleanup
This commit is contained in:
Jacob Gadikian
2021-11-25 03:18:23 +07:00
committed by GitHub
parent 4ffba67273
commit 1da2078229
5 changed files with 86 additions and 5 deletions

View File

@@ -1,6 +1,6 @@
# docker build . -t cosmwasm/wasmd:latest
# docker run --rm -it cosmwasm/wasmd:latest /bin/sh
FROM golang:1.16.8-alpine3.13 AS go-builder
FROM golang:1.17.3-alpine AS go-builder
# this comes from standard alpine nightly file
# https://github.com/rust-lang/docker-rust-nightly/blob/master/alpine3.12/Dockerfile