We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 568a113 commit 00eda99Copy full SHA for 00eda99
.devcontainer/Dockerfile
@@ -1,4 +1,4 @@
1
-FROM mcr.microsoft.com/devcontainers/javascript-node:0-18
+FROM mcr.microsoft.com/devcontainers/javascript-node:1-18
2
3
# Install playwright
4
RUN npm install -g @playwright/test
.devcontainer/examples.Dockerfile
# Install latest pnpm
RUN npm install -g pnpm
0 commit comments