Skip to content

Commit

Permalink
udpate Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
jhernandezb committed Feb 2, 2022
1 parent 2b89ff9 commit b80359b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# docker build . -t cosmwasm/wasmd:latest
# docker run --rm -it cosmwasm/wasmd:latest /bin/sh
FROM golang:1.16-alpine3.14 AS go-builder
FROM golang:1.17-alpine3.15 AS go-builder

# this comes from standard alpine nightly file
# https://github.com/rust-lang/docker-rust-nightly/blob/master/alpine3.12/Dockerfile
Expand Down

0 comments on commit b80359b

Please sign in to comment.