diff --git a/.devcontainer/Dockerfile b/.devcontainer/Dockerfile index f2d00f11fdb4bf..a513a1d352350c 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