diff --git a/src/ruby-rails-postgres/devcontainer-template.json b/src/ruby-rails-postgres/devcontainer-template.json index fa1d0db1..5ab66f81 100644 --- a/src/ruby-rails-postgres/devcontainer-template.json +++ b/src/ruby-rails-postgres/devcontainer-template.json @@ -13,15 +13,12 @@ "proposals": [ "4-trixie", "3.4-trixie", - "3.3-trixie", - "3.2-trixie", + "3.3-trixie", "4-bookworm", "3.4-bookworm", "3.3-bookworm", - "3.2-bookworm", "3.4-bullseye", - "3.3-bullseye", - "3.2-bullseye" + "3.3-bullseye" ], "default": "4-trixie" } diff --git a/src/ruby/devcontainer-template.json b/src/ruby/devcontainer-template.json index 9b2693ef..30b6e0e8 100644 --- a/src/ruby/devcontainer-template.json +++ b/src/ruby/devcontainer-template.json @@ -13,15 +13,12 @@ "proposals": [ "4-trixie", "3.4-trixie", - "3.3-trixie", - "3.2-trixie", + "3.3-trixie", "4-bookworm", "3.4-bookworm", "3.3-bookworm", - "3.2-bookworm", "3.4-bullseye", - "3.3-bullseye", - "3.2-bullseye" + "3.3-bullseye" ], "default": "4-trixie" }