Skip to content

Commit

Permalink
Bump devcontainer version to 1-linux (#17009)
Browse files Browse the repository at this point in the history
to have more recent vresions of development tools.
  • Loading branch information
jeremymeng authored Aug 20, 2021
1 parent 59dd88a commit 227bbcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# See here for image contents: https://github.com/microsoft/vscode-dev-containers/tree/v0.145.0/containers/codespaces-linux/.devcontainer/base.Dockerfile

FROM mcr.microsoft.com/vscode/devcontainers/universal:0-linux
FROM mcr.microsoft.com/vscode/devcontainers/universal:1-linux

RUN npm install -g "@microsoft/rush"

0 comments on commit 227bbcd

Please sign in to comment.