Gitpod and deno version bump

This commit is contained in:
Zef Hemel
2023-12-10 15:26:39 +01:00
parent 757c10a7a1
commit 8bb9abff68
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
FROM gitpod/workspace-full:latest
RUN curl -fsSL https://deno.land/x/install/install.sh | sh -s v1.38
RUN curl -fsSL https://deno.land/x/install/install.sh | sh -s v1.38.5
RUN /home/gitpod/.deno/bin/deno completions bash > /home/gitpod/.bashrc.d/90-deno && \
echo 'export DENO_INSTALL="/home/gitpod/.deno"' >> /home/gitpod/.bashrc.d/90-deno && \
echo 'export PATH="$DENO_INSTALL/bin:$PATH"' >> /home/gitpod/.bashrc.d/90-deno