Skip to content

Commit 01ed65c

Browse files
authored
chore: set docker image to v0.1.0 for kurtosis package
1 parent 7cb2b39 commit 01ed65c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.star

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ def run(plan):
4141
name="wasm",
4242
config=ServiceConfig(
4343
# Using CosmWasm version v0.1.0
44-
image="ghcr.io/rollkit/cosmwasm:3b5a25b",
44+
image="ghcr.io/rollkit/cosmwasm:v0.1.0",
4545
# Use ImageBuildSpec when testing changes to Dockerfile
4646
# image = ImageBuildSpec(
4747
# image_name="cosmwasm",

0 commit comments

Comments
 (0)