From 0c8c4d7d83febf57cceee67074aa861c252cab00 Mon Sep 17 00:00:00 2001 From: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 16 Oct 2025 13:59:08 +0000 Subject: [PATCH] chore: [.devcontainer/devcontainer.json] Bump GitHub CLI version MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Made with ❤️️ by updatecli --- .devcontainer/devcontainer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index dab106f9..9ada6ba0 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -4,11 +4,11 @@ "features": { "ghcr.io/devcontainers/features/docker-in-docker:2": { - "version": "28.5", + "version": "2.82.0", "dockerDashComposeVersion": "v2" }, "ghcr.io/devcontainers/features/github-cli:1": { - "version": "2.81.0" + "version": "2.82.0" } },