diff --git a/Dockerfile b/Dockerfile index 4d22ae8334..68814b32b4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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