We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10825b2 commit bab18f3Copy full SHA for bab18f3
.devcontainer/Dockerfile
@@ -4,7 +4,7 @@ FROM mcr.microsoft.com/devcontainers/python:1-3.12-bullseye
4
ARG NPM_MARKDOWN_TABLE_FORMATTER_VERSION=1.6.1
5
6
# renovate: datasource=node-version depName=node
7
-ARG NODE_VERSION="23.8.0"
+ARG NODE_VERSION="23.10.0"
8
9
RUN if [ "${NODE_VERSION}" != "none" ]; then \
10
su vscode -c "umask 0002 && . /usr/local/share/nvm/nvm.sh && nvm install ${NODE_VERSION} 2>&1"; fi
0 commit comments