diff --git a/src/postgresql-client/devcontainer-feature.json b/src/postgresql-client/devcontainer-feature.json index 88ea8f303..76ef45255 100644 --- a/src/postgresql-client/devcontainer-feature.json +++ b/src/postgresql-client/devcontainer-feature.json @@ -9,7 +9,8 @@ "proposals": [ "13", "14", - "15" + "15", + "16" ], "default": "13", "description": "Select the major version of postgres"