Skip to content

Commit

Permalink
Upgrade Go to 1.15
Browse files Browse the repository at this point in the history
  • Loading branch information
webmaster128 committed Nov 19, 2020
1 parent cb20a7b commit 07855f8
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.14-alpine3.12 AS go-builder
FROM golang:1.15-alpine3.12 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 07855f8

Please sign in to comment.