From de943ce561dd6c92ec46495ace87ccf21ca70dae Mon Sep 17 00:00:00 2001 From: Franz Knipp Date: Fri, 2 Oct 2020 09:56:34 +0200 Subject: [PATCH] Update .gitpod.Dockerfile --- .gitpod.Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitpod.Dockerfile b/.gitpod.Dockerfile index 394e768..3a39c2b 100644 --- a/.gitpod.Dockerfile +++ b/.gitpod.Dockerfile @@ -6,4 +6,4 @@ FROM gitpod/workspace-full # # More information: https://www.gitpod.io/docs/config-docker/ -curl -fsSL https://deno.land/x/install/install.sh | sh \ No newline at end of file +RUN curl -fsSL https://deno.land/x/install/install.sh | sh -- 2.51.2