Skip to content

Commit

Permalink
chore: Update go version to align with IBC requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
kulikthebird committed Feb 19, 2025
1 parent 38d5265 commit a5f3277
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,7 +1,7 @@
# docker build . -t cosmwasm/wasmd:latest
# docker run --rm -it cosmwasm/wasmd:latest /bin/sh

FROM golang:1.23-alpine3.19 AS go-builder
FROM golang:1.23.6-alpine 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 a5f3277

Please sign in to comment.