From 7fc05863b684e7dcb8f63477bb869d4ffd99c8d6 Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Fri, 19 Jul 2024 07:44:21 +0000 Subject: [PATCH] Update ghcr.io/devcontainers/features/github-cli Docker tag to v1.0.13 Signed-off-by: Mend Renovate --- .devcontainer/devcontainer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 95cb4d4..8cce568 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -7,7 +7,7 @@ // Features to add to the dev container. See: https://containers.dev/features "features": { "ghcr.io/devcontainers/features/docker-in-docker:2.11.0": {}, - "ghcr.io/devcontainers/features/github-cli:1.0.12": {}, + "ghcr.io/devcontainers/features/github-cli:1.0.13": {}, "ghcr.io/devcontainers/features/node:1.5.0": {}, "ghcr.io/devcontainers-contrib/features/pipenv:2.0.17": {}, "ghcr.io/devcontainers-contrib/features/pre-commit:2.0.17": {},