Skip to content

Commit

Permalink
Bump Go version in Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
alpe committed Sep 8, 2023
1 parent 2c580b7 commit dcc0b0c
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.20-alpine3.17 AS go-builder
FROM golang:1.21-alpine3.17 AS go-builder
ARG arch=x86_64

# this comes from standard alpine nightly file
Expand Down

0 comments on commit dcc0b0c

Please sign in to comment.