You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .devcontainer/Dockerfile
+6-5Lines changed: 6 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -5,9 +5,10 @@
5
5
# BEGIN Standard MS Devcontainer for Typescript-Node
6
6
7
7
# See here for image contents: https://github.com/microsoft/vscode-dev-containers/tree/v0.155.1/containers/typescript-node/.devcontainer/base.Dockerfile
8
-
# [Choice] Node.js version: 14, 12, 10
9
-
ARG VARIANT="22-bullseye"
10
-
FROM mcr.microsoft.com/vscode/devcontainers/typescript-node:1-${VARIANT}
# Since the extension-functions.c includes other headers in the sqlite_amalgamation, we declare that this depends on more than just extension-functions.c
0 commit comments