1
0

Install specific Deno version, not just latest

This commit is contained in:
Zef Hemel 2023-05-07 13:28:45 +02:00
parent 0195001e93
commit e02c489b54
2 changed files with 2 additions and 2 deletions

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
RUN curl -fsSL https://deno.land/x/install/install.sh | sh -s v1.33.2
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

View File

@ -1,4 +1,4 @@
FROM denoland/deno:alpine-1.28.3
FROM denoland/deno:alpine-1.33.2
# The volume that will keep the space data
# Create a volume first: