Skip to content

Commit e8c6e02

Browse files
Bump microsoft/vscode-dev-containers from v0.123.0 to v0.134.0 (#51)
* 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]>
1 parent aa44848 commit e8c6e02

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
// https://github.com/microsoft/vscode-dev-containers/releases
88
// See also:
99
// https://github.com/microsoft/vscode-dev-containers/tree/master/containers/debian#using-this-definition-with-an-existing-folder
10-
"args": { "VARIANT": "0.123.0-buster" }
10+
"args": { "VARIANT": "0.134.0-buster" }
1111
},
1212

1313
// Set *default* container specific settings.json values on container create.

.github/workflows/dependabot_hack.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@ jobs:
3131

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

0 commit comments

Comments
 (0)