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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user