This is an automated email from the ASF dual-hosted git repository. rnewson pushed a commit to branch build-dev-improvements in repository https://gitbox.apache.org/repos/asf/couchdb.git
commit c9f5cc0afd5b427d092b2f457184dd7fcd5cc24d Author: Robert Newson <[email protected]> AuthorDate: Wed Feb 11 15:28:15 2026 +0000 update devcontainer --- .devcontainer/Dockerfile | 4 ++-- .devcontainer/devcontainer.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.devcontainer/Dockerfile b/.devcontainer/Dockerfile index 2670d8795..d851d7e9b 100644 --- a/.devcontainer/Dockerfile +++ b/.devcontainer/Dockerfile @@ -1,8 +1,8 @@ ARG COUCHDB_IMAGE FROM ${COUCHDB_IMAGE} -# Install SpiderMonkey 78 and tell CouchDB to use it in configure -ENV SM_VSN=78 +# Install SpiderMonkey 128 and tell CouchDB to use it in configure +ENV SM_VSN=128 USER root diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index eb0831cf5..986959e56 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -9,7 +9,7 @@ // apache/couchdbci-debian:bullseye-erlang-25.3.2.7 // apache/couchdbci-debian:bookworm-erlang-24.3.4.14 // - "COUCHDB_IMAGE": "apache/couchdbci-debian:bullseye-erlang-24.3.4.14" + "COUCHDB_IMAGE": "apache/couchdbci-debian:trixie-erlang-26.2.5.16" } }, @@ -28,7 +28,7 @@ "customizations": { "vscode": { "extensions": [ - "erlang-ls.erlang-ls", + "erlang-language-platform.erlang-language-platform", "redhat.java" ] }
