From 016d5bb923dea256a7ccd085e0fe7aa2e549a594 Mon Sep 17 00:00:00 2001 From: Maxime Beauchamp Date: Wed, 10 Jul 2024 17:22:52 -0400 Subject: [PATCH] feat: update the hello world app --- apps/deploy-web/src/utils/templates.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/deploy-web/src/utils/templates.ts b/apps/deploy-web/src/utils/templates.ts index 284f3e352..ef7db0ff2 100644 --- a/apps/deploy-web/src/utils/templates.ts +++ b/apps/deploy-web/src/utils/templates.ts @@ -29,7 +29,7 @@ services: # The name of the service "web" web: # The docker container image with version. You must specify a version, the "latest" tag doesn't work. - image: akashlytics/hello-akash-world:0.2.0 + image: baktun/hello-akash-world:1.0.0 # You can map ports here https://akash.network/docs/getting-started/stack-definition-language/#servicesexpose expose: - port: 3000