This is an automated email from the ASF dual-hosted git repository. vatamane pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/couchdb.git
commit 7a53ffcceea2a7990438277b7a0520c8dcb38ec6 Author: Zach Lankton <[email protected]> AuthorDate: Thu Aug 18 08:26:49 2022 -0400 moved the name property to the correct spot. --- .devcontainer/devcontainer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 0c581315a..a14b7b1e6 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -1,9 +1,9 @@ { + "name": "couchdb-dev", "build": { "dockerfile": "Dockerfile", "context": "..", "args": { - "name": "couchdb-dev", // Useful choices include: // apache/couchdbci-debian:bullseye-erlang-25.0.2 // apache/couchdbci-debian:bullseye-erlang-24.3.4.2
