From c66ddeb8a873a66fc99f85c4b0797f739ac797d0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 5 Sep 2023 19:10:08 +0000 Subject: [PATCH] chore(deps): update dependency corepack to v0.20.0 (#24258) 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 ffa41e2359..87373e0f48 100644 --- a/.devcontainer/Dockerfile +++ b/.devcontainer/Dockerfile @@ -8,6 +8,6 @@ RUN install-apt make g++ RUN install-tool python 3.11.5 # renovate: datasource=npm -RUN install-tool corepack 0.19.0 +RUN install-tool corepack 0.20.0 USER ubuntu -- GitLab