We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ab176a commit a3384a7Copy full SHA for a3384a7
.devcontainer/Dockerfile
@@ -1,8 +1,8 @@
1
-FROM --platform=linux/amd64 mcr.microsoft.com/vscode/devcontainers/base:1-bullseye
+FROM mcr.microsoft.com/vscode/devcontainers/base:2-trixie
2
3
ENV DENO_INSTALL=/deno
4
RUN mkdir -p /deno \
5
- && curl -fsSL https://deno.land/x/install/install.sh | sh \
+ && curl -fsSL https://deno.land/install.sh | sh \
6
&& chown -R vscode /deno
7
8
ENV PATH=${DENO_INSTALL}/bin:${PATH} \
0 commit comments