From 99d6bc21a8544c7d6955fcf2cbc232c0d98d061d Mon Sep 17 00:00:00 2001 From: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 14 Nov 2025 09:15:28 +0000 Subject: [PATCH 1/2] chore: deps(devcontainer): update Docker version MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Made with ❤️️ by updatecli --- .devcontainer/devcontainer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index f4faec26..5412e48f 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -4,7 +4,7 @@ "features": { "ghcr.io/devcontainers/features/docker-in-docker:2": { - "version": "27.0", + "version": "v27.0.3", "dockerDashComposeVersion": "v2" }, "ghcr.io/devcontainers/features/github-cli:1": { From 501c87000ea82a6cb7afe5ea329b4d2117978896 Mon Sep 17 00:00:00 2001 From: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 14 Nov 2025 09:15:33 +0000 Subject: [PATCH 2/2] chore: deps(devcontainer): update 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 5412e48f..1ae593db 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -8,7 +8,7 @@ "dockerDashComposeVersion": "v2" }, "ghcr.io/devcontainers/features/github-cli:1": { - "version": "2.62" + "version": "v2.83.1" } },