diff --git a/.devcontainer/Dockerfile b/.devcontainer/Dockerfile
index f2d00f11fdb4bfb0d637f7a9ca624e0f890883e8..a513a1d352350cc1840262785c790823d5cbdea0 100644
--- a/.devcontainer/Dockerfile
+++ b/.devcontainer/Dockerfile
@@ -5,7 +5,7 @@ USER root
 RUN install-apt make g++
 
 # renovate: datasource=github-releases packageName=containerbase/python-prebuild
-RUN install-tool python 3.11.3
+RUN install-tool python 3.11.4
 
 # renovate: datasource=npm
 RUN install-tool yarn 1.22.19