diff --git a/.devcontainer/Dockerfile b/.devcontainer/Dockerfile
index 740e7cc503ea91a01da2ebd666397ebb550a6569..fa5a54195b0784612641e8acb7701f52760951ca 100644
--- a/.devcontainer/Dockerfile
+++ b/.devcontainer/Dockerfile
@@ -8,6 +8,6 @@ RUN install-apt make g++
 RUN install-tool python 3.12.0
 
 # renovate: datasource=npm
-RUN install-tool corepack 0.22.0
+RUN install-tool corepack 0.23.0
 
 USER ubuntu