From 87bd79dfb57f12e2d8b78900672b632dfc471b3a Mon Sep 17 00:00:00 2001 From: Shogo Hyodo Date: Fri, 12 Jan 2024 16:25:26 +0900 Subject: [PATCH] Update .gitpod.yml (#2) --- .gitpod.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitpod.yml b/.gitpod.yml index 99b5c05..db2f408 100644 --- a/.gitpod.yml +++ b/.gitpod.yml @@ -1,4 +1,4 @@ -image: finschia/cw-gitpod:latest +image: finschia/cw-gitpod:1.0.0 checkoutLocation: "cw-gitpod" workspaceLocation: "./cw-gitpod/cosmwasm"