Gitpod and deno version bump
This commit is contained in:
parent
757c10a7a1
commit
8bb9abff68
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 -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
|
||||
|
@ -1,4 +1,4 @@
|
||||
FROM lukechannings/deno:v1.38.3
|
||||
FROM lukechannings/deno:v1.38.5
|
||||
# The volume that will keep the space data
|
||||
|
||||
# Either create a volume:
|
||||
|
Loading…
Reference in New Issue
Block a user