Skip to content

Commit 6a57bb3

Browse files
chore(deps): update mcr.microsoft.com/vscode/devcontainers/typescript-node docker tag to v1 (#1318)
1 parent d81154d commit 6a57bb3

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Diff for: .devcontainer/Dockerfile

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
# See here for image contents: https://github.com/microsoft/vscode-dev-containers/tree/v0.177.0/containers/typescript-node/.devcontainer/base.Dockerfile
22

3-
# [Choice] Node.js version: 16, 14, 12
4-
ARG VARIANT="16-buster"
5-
FROM mcr.microsoft.com/vscode/devcontainers/typescript-node:0-${VARIANT}
3+
FROM mcr.microsoft.com/vscode/devcontainers/typescript-node:1-16-buster
64

75
# [Optional] Uncomment this section to install additional OS packages.
86
# RUN apt-get update && export DEBIAN_FRONTEND=noninteractive \

0 commit comments

Comments
 (0)