Skip to content

Commit

Permalink
chore: set docker image to v0.1.0 for kurtosis package
Browse files Browse the repository at this point in the history
  • Loading branch information
MSevey committed Jul 11, 2024
1 parent 7cb2b39 commit 01ed65c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.star
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ def run(plan):
name="wasm",
config=ServiceConfig(
# Using CosmWasm version v0.1.0
image="ghcr.io/rollkit/cosmwasm:3b5a25b",
image="ghcr.io/rollkit/cosmwasm:v0.1.0",
# Use ImageBuildSpec when testing changes to Dockerfile
# image = ImageBuildSpec(
# image_name="cosmwasm",
Expand Down

0 comments on commit 01ed65c

Please sign in to comment.