diff --git a/.devcontainer/Dockerfile b/.devcontainer/Dockerfile index 2be4411..654a81c 100644 --- a/.devcontainer/Dockerfile +++ b/.devcontainer/Dockerfile @@ -1,7 +1,7 @@ # Same version of nodejs as that used for # - vscode itself https://github.com/Microsoft/vscode/wiki/How-to-Contribute#prerequisites # - CI tests .github/workflows/tests.yml -FROM node:16.18.1-slim +FROM node:19.6.1-slim # Packages # Includes fix for "debconf: delaying package configuration, since apt-utils is not installed"