File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed
Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ RUN set -eux; apk add --no-cache ca-certificates build-base;
1919
2020RUN apk add git
2121
22- ARG WASMVM_VERSION="v2.1.4 "
22+ ARG WASMVM_VERSION="v2.2.3 "
2323ARG WASMVM_LIB="libwasmvm_muslc.x86_64.a"
2424ARG WASMVM_BASE_URL="https://github.com/CosmWasm/wasmvm/releases/download/$WASMVM_VERSION"
2525ARG WASMVM_URL="$WASMVM_BASE_URL/$WASMVM_LIB"
Original file line number Diff line number Diff line change 1717
1818 # docker images
1919 CONTAINER_REGISTRY : ghcr.io
20- BUILDER_IMAGE_TAG : " 1.23.1 "
20+ BUILDER_IMAGE_TAG : " 1.23.2 "
2121 BUILDER_IMAGE_NAME : " builder"
2222 BUILDER_DOCKERFILE : " .github/images/builder.Dockerfile"
2323 PROTOGEN_IMAGE_TAG : " 0.2.0"
@@ -172,7 +172,7 @@ jobs:
172172 needs : [test-unit-coverage, builder-image]
173173 container :
174174 # image name needs to be hardcoded: https://github.com/orgs/community/discussions/26324
175- image : " ghcr.io/nolus-protocol/nolus-core/builder:1.23.1 "
175+ image : " ghcr.io/nolus-protocol/nolus-core/builder:1.23.2 "
176176
177177 steps :
178178 - uses : actions/checkout@v4
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ go 1.23.2
44
55require (
66 github.com/CosmWasm/wasmd v0.53.2
7- github.com/CosmWasm/wasmvm/v2 v2.1.4
7+ github.com/CosmWasm/wasmvm/v2 v2.2.3
88 github.com/cometbft/cometbft v0.38.17
99 github.com/cosmos/cosmos-sdk v0.50.13
1010 github.com/cosmos/gogoproto v1.7.0
Original file line number Diff line number Diff line change @@ -227,8 +227,8 @@ github.com/Azure/go-ansiterm v0.0.0-20230124172434-306776ec8161 h1:L/gRVlceqvL25
227227github.com/Azure/go-ansiterm v0.0.0-20230124172434-306776ec8161 /go.mod h1:xomTg63KZ2rFqZQzSB4Vz2SUXa1BpHTVz9L5PTmPC4E =
228228github.com/BurntSushi/toml v0.3.1 /go.mod h1:xHWCNGjB5oqiDr8zfno3MHue2Ht5sIBksp03qcyfWMU =
229229github.com/BurntSushi/xgb v0.0.0-20160522181843-27f122750802 /go.mod h1:IVnqGOEym/WlBOVXweHU+Q+/VP0lqqI8lqeDx9IjBqo =
230- github.com/CosmWasm/wasmvm/v2 v2.1.4 h1:7EUVQjBxXHkVjL2AqqXD7hMEe0dmoNn2li9E4PWRAnA =
231- github.com/CosmWasm/wasmvm/v2 v2.1.4 /go.mod h1:bMhLQL4Yp9CzJi9A83aR7VO9wockOsSlZbT4ztOl6bg =
230+ github.com/CosmWasm/wasmvm/v2 v2.2.3 h1:LVaAdkCMbgfUTSFOANmp2OOU1rIgz4iylow4SFD/lqs =
231+ github.com/CosmWasm/wasmvm/v2 v2.2.3 /go.mod h1:bMhLQL4Yp9CzJi9A83aR7VO9wockOsSlZbT4ztOl6bg =
232232github.com/DataDog/datadog-go v3.2.0+incompatible h1:qSG2N4FghB1He/r2mFrWKCaL7dXCilEuNEeAn20fdD4 =
233233github.com/DataDog/datadog-go v3.2.0+incompatible /go.mod h1:LButxg5PwREeZtORoXG3tL4fMGNddJ+vMq1mwgfaqoQ =
234234github.com/DataDog/zstd v1.5.5 h1:oWf5W7GtOLgp6bciQYDmhHHjdhYkALu6S/5Ni9ZgSvQ =
You can’t perform that action at this time.
0 commit comments