1
0

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

2
.gitpod.Dockerfile vendored
View File

@ -1,6 +1,6 @@
FROM gitpod/workspace-full:latest 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 && \ 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 DENO_INSTALL="/home/gitpod/.deno"' >> /home/gitpod/.bashrc.d/90-deno && \
echo 'export PATH="$DENO_INSTALL/bin:$PATH"' >> /home/gitpod/.bashrc.d/90-deno echo 'export PATH="$DENO_INSTALL/bin:$PATH"' >> /home/gitpod/.bashrc.d/90-deno

View File

@ -1,4 +1,4 @@
FROM lukechannings/deno:v1.38.3 FROM lukechannings/deno:v1.38.5
# The volume that will keep the space data # The volume that will keep the space data
# Either create a volume: # Either create a volume: