Skip to content

Commit

Permalink
Bump microsoft/vscode-dev-containers from v0.123.0 to v0.134.0 (#51)
Browse files Browse the repository at this point in the history
* Bump microsoft/vscode-dev-containers from v0.123.0 to v0.134.0

Bumps [microsoft/vscode-dev-containers](https://github.com/microsoft/vscode-dev-containers) from v0.123.0 to v0.134.0.
- [Release notes](https://github.com/microsoft/vscode-dev-containers/releases)
- [Commits](microsoft/vscode-dev-containers@v0.123.0...d844536)

Signed-off-by: dependabot[bot] <[email protected]>

* Bump base image to latest version

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: John Boyes <[email protected]>
  • Loading branch information
dependabot[bot] and johnboyes committed Aug 14, 2020
1 parent aa44848 commit e8c6e02
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
// https://github.com/microsoft/vscode-dev-containers/releases
// See also:
// https://github.com/microsoft/vscode-dev-containers/tree/master/containers/debian#using-this-definition-with-an-existing-folder
"args": { "VARIANT": "0.123.0-buster" }
"args": { "VARIANT": "0.134.0-buster" }
},

// Set *default* container specific settings.json values on container create.
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dependabot_hack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ jobs:

# update the variant version in the devcontainer.json manually, too
# (see ../DEPENDENCIES.md#devcontainer-base-image-version for more info )
- uses: microsoft/vscode-dev-containers@v0.123.0
- uses: microsoft/vscode-dev-containers@v0.134.0

0 comments on commit e8c6e02

Please sign in to comment.