Install specific Deno version, not just latest
This commit is contained in:
parent
0195001e93
commit
e02c489b54
2
.gitpod.Dockerfile
vendored
2
.gitpod.Dockerfile
vendored
@ -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
|
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user