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