Skip to content

Commit

Permalink
chore(deps): update mcr.microsoft.com/vscode/devcontainers/typescript…
Browse files Browse the repository at this point in the history
…-node docker tag to v1 (#1318)
  • Loading branch information
renovate[bot] committed May 10, 2024
1 parent d81154d commit 6a57bb3
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
# See here for image contents: https://github.com/microsoft/vscode-dev-containers/tree/v0.177.0/containers/typescript-node/.devcontainer/base.Dockerfile

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

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

0 comments on commit 6a57bb3

Please sign in to comment.