From 550af07fc2fe0733ed2d9323185d5606232618f4 Mon Sep 17 00:00:00 2001 From: Samruddhi Khandale Date: Wed, 18 Oct 2023 16:08:29 -0700 Subject: [PATCH] adds "bookworm" options --- src/dotnet-mssql/devcontainer-template.json | 4 +++- src/dotnet-postgres/devcontainer-template.json | 4 +++- src/dotnet/devcontainer-template.json | 4 +++- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/src/dotnet-mssql/devcontainer-template.json b/src/dotnet-mssql/devcontainer-template.json index 9e19f2e7..50bf0bd3 100644 --- a/src/dotnet-mssql/devcontainer-template.json +++ b/src/dotnet-mssql/devcontainer-template.json @@ -13,13 +13,15 @@ "proposals": [ "7.0", "6.0", + "7.0-bookworm", + "6.0-bookworm", "7.0-bullseye", "6.0-bullseye", "7.0-jammy", "6.0-jammy", "6.0-focal" ], - "default": "7.0" + "default": "7.0-bullseye" } }, "platforms": [ diff --git a/src/dotnet-postgres/devcontainer-template.json b/src/dotnet-postgres/devcontainer-template.json index a969a932..327ca9a8 100644 --- a/src/dotnet-postgres/devcontainer-template.json +++ b/src/dotnet-postgres/devcontainer-template.json @@ -13,13 +13,15 @@ "proposals": [ "7.0", "6.0", + "7.0-bookworm", + "6.0-bookworm", "7.0-bullseye", "6.0-bullseye", "7.0-jammy", "6.0-jammy", "6.0-focal" ], - "default": "7.0" + "default": "7.0-bullseye" } }, "platforms": [ diff --git a/src/dotnet/devcontainer-template.json b/src/dotnet/devcontainer-template.json index c7bca0c3..4a73e8ed 100644 --- a/src/dotnet/devcontainer-template.json +++ b/src/dotnet/devcontainer-template.json @@ -13,13 +13,15 @@ "proposals": [ "7.0", "6.0", + "7.0-bookworm", + "6.0-bookworm", "7.0-bullseye", "6.0-bullseye", "7.0-jammy", "6.0-jammy", "6.0-focal" ], - "default": "7.0" + "default": "7.0-bullseye" } }, "platforms": [