Skip to content

Commit

Permalink
chore: update to working docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
MSevey committed Jul 11, 2024
1 parent bf3964f commit 5eefc6a
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:ad0e9e4",
image="ghcr.io/rollkit/cosmwasm:3b5a25b",
# Use ImageBuildSpec when testing changes to Dockerfile
# image = ImageBuildSpec(
# image_name="cosmwasm",
Expand Down

0 comments on commit 5eefc6a

Please sign in to comment.