From e8c6e023443aa7529719bb1f261df812ed10d5f1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 14 Aug 2020 20:11:33 +0700 Subject: [PATCH] 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](https://github.com/microsoft/vscode-dev-containers/compare/v0.123.0...d84453606a9996c7e96e8da25983d3fa0b6ec31c) Signed-off-by: dependabot[bot] * Bump base image to latest version Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: John Boyes --- .devcontainer/devcontainer.json | 2 +- .github/workflows/dependabot_hack.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index cf1a214..738c3c2 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -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. diff --git a/.github/workflows/dependabot_hack.yml b/.github/workflows/dependabot_hack.yml index 49095de..4eeb9ab 100644 --- a/.github/workflows/dependabot_hack.yml +++ b/.github/workflows/dependabot_hack.yml @@ -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