Skip to content
This repository was archived by the owner on Sep 2, 2020. It is now read-only.

ci(docker): bump vscode/devcontainers/typescript-node from 0-12 to 0-14 in /.devcontainer #5

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

# To fully customize the contents of this image, use the following Dockerfile instead:
# https://github.com/microsoft/vscode-dev-containers/tree/v0.117.1/containers/typescript-node-12/.devcontainer/Dockerfile
FROM mcr.microsoft.com/vscode/devcontainers/typescript-node:0-12
FROM mcr.microsoft.com/vscode/devcontainers/typescript-node:0-14

# ** [Optional] Uncomment this section to install additional packages. **
#
Expand Down