1
0

Fixes #597 hopefully

This commit is contained in:
Zef Hemel 2023-12-10 15:19:35 +01:00
parent 0475c4c40e
commit 757c10a7a1

2
.gitpod.Dockerfile vendored
View File

@ -1,6 +1,6 @@
FROM gitpod/workspace-full:latest
RUN curl -fsSL https://deno.land/x/install/install.sh | sh -s v1.35
RUN curl -fsSL https://deno.land/x/install/install.sh | sh -s v1.38
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