Skip to content

Commit 2f15806

Browse files
Fix ruby-rails-postgres template option default
1 parent 968d8cd commit 2f15806

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

src/ruby-rails-postgres/devcontainer-template.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,23 +9,23 @@
99
"options": {
1010
"imageVariant": {
1111
"type": "string",
12-
"description": "Ruby version (use -bookworm, -bullseye variants on local arm64/Apple Silicon):",
12+
"description": "Ruby version (use - trixie, -bookworm, -bullseye variants on local arm64/Apple Silicon):",
1313
"proposals": [
14-
"4-trixie",
14+
"4.0-trixie",
1515
"3.4-trixie",
1616
"3.3-trixie",
1717
"3.2-trixie",
18-
"4-bookworm",
18+
"4.0-bookworm",
1919
"3.4-bookworm",
2020
"3.3-bookworm",
2121
"3.2-bookworm",
22-
"4-bullseye",
22+
"4.0-bullseye",
2323
"3.4-bullseye",
2424
"3.3-bullseye",
2525
"3.2-bullseye"
2626
],
27-
"default": "4-trixie"
28-
}
27+
"default": "4.0-trixie"
28+
}
2929
},
3030
"platforms": ["Ruby"],
3131
"optionalPaths": [

0 commit comments

Comments
 (0)