Skip to content

Commit a3384a7

Browse files
committed
Update deno installation procedure
1 parent 0ab176a commit a3384a7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.devcontainer/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
FROM --platform=linux/amd64 mcr.microsoft.com/vscode/devcontainers/base:1-bullseye
1+
FROM mcr.microsoft.com/vscode/devcontainers/base:2-trixie
22

33
ENV DENO_INSTALL=/deno
44
RUN mkdir -p /deno \
5-
&& curl -fsSL https://deno.land/x/install/install.sh | sh \
5+
&& curl -fsSL https://deno.land/install.sh | sh \
66
&& chown -R vscode /deno
77

88
ENV PATH=${DENO_INSTALL}/bin:${PATH} \

0 commit comments

Comments
 (0)