From 593f0d4685e700959bc07d4ca106879b17a0c9dd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 5 Feb 2025 13:20:38 +0000 Subject: [PATCH] chore(deps): update ghcr.io/containerbase/devcontainer docker tag to v13.7.7 (#34043) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .devcontainer/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.devcontainer/Dockerfile b/.devcontainer/Dockerfile index b12873951a..b207507887 100644 --- a/.devcontainer/Dockerfile +++ b/.devcontainer/Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/containerbase/devcontainer:13.7.6 +FROM ghcr.io/containerbase/devcontainer:13.7.7 # https://github.com/pnpm/pnpm/issues/8971 # renovate: datasource=npm -- GitLab