From 92ab886fcc1ede06421ed3ec531652154a4b80cf Mon Sep 17 00:00:00 2001 From: Gabb-c Date: Sun, 11 Jul 2021 01:19:06 -0300 Subject: [PATCH] fix(dev): gitpod image --- .gitpod.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitpod.yml b/.gitpod.yml index d7c3de51..4424d8bc 100644 --- a/.gitpod.yml +++ b/.gitpod.yml @@ -1,4 +1,4 @@ -image: node:alpine +image: gitpod/workspace-full # List the start up tasks. You can start them in parallel in multiple terminals. See https://www.gitpod.io/docs/config-start-tasks/ tasks: - name: Install Dependencies