We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ad931d9 + 835a205 commit bc0719bCopy full SHA for bc0719b
.devcontainer/Dockerfile
@@ -2,7 +2,7 @@
2
3
# [Choice] Node.js version (use -bullseye variants on local arm64/Apple Silicon): 16, 14, 12, 16-bullseye, 14-bullseye, 12-bullseye, 16-buster, 14-buster, 12-buster
4
ARG VARIANT="16"
5
-FROM mcr.microsoft.com/vscode/devcontainers/javascript-node:0-${VARIANT}
+FROM mcr.microsoft.com/vscode/devcontainers/javascript-node:${VARIANT}
6
7
# [Optional] Uncomment this section to install additional OS packages.
8
# RUN apt-get update && export DEBIAN_FRONTEND=noninteractive \
0 commit comments