diff --git a/.devcontainer/Dockerfile b/.devcontainer/Dockerfile index ffa41e2359e74c..87373e0f483abb 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