Skip to content

Commit e1b970b

Browse files
CopilotKaniska244
andauthored
Fix Check Image Tags (Last Release) CI: remove Ruby 3.2 EOL variants, update universal to v6
Agent-Logs-Url: https://github.com/devcontainers/templates/sessions/13a16d95-5ae0-465f-a553-f5dfb0da38b0 Co-authored-by: Kaniska244 <[email protected]>
1 parent f392a65 commit e1b970b

3 files changed

Lines changed: 3 additions & 9 deletions

File tree

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

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,11 @@
1414
"4-trixie",
1515
"3.4-trixie",
1616
"3.3-trixie",
17-
"3.2-trixie",
1817
"4-bookworm",
1918
"3.4-bookworm",
2019
"3.3-bookworm",
21-
"3.2-bookworm",
2220
"3.4-bullseye",
23-
"3.3-bullseye",
24-
"3.2-bullseye"
21+
"3.3-bullseye"
2522
],
2623
"default": "4-trixie"
2724
}

src/ruby/devcontainer-template.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,11 @@
1414
"4-trixie",
1515
"3.4-trixie",
1616
"3.3-trixie",
17-
"3.2-trixie",
1817
"4-bookworm",
1918
"3.4-bookworm",
2019
"3.3-bookworm",
21-
"3.2-bookworm",
2220
"3.4-bullseye",
23-
"3.3-bullseye",
24-
"3.2-bullseye"
21+
"3.3-bullseye"
2522
],
2623
"default": "4-trixie"
2724
}

src/universal/.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
{
44
"name": "Default Linux Universal",
55
// Or use a Dockerfile or Docker Compose file. More info: https://containers.dev/guide/dockerfile
6-
"image": "mcr.microsoft.com/devcontainers/universal:5-linux"
6+
"image": "mcr.microsoft.com/devcontainers/universal:6-linux"
77

88
// Features to add to the dev container. More info: https://containers.dev/features.
99
// "features": {},

0 commit comments

Comments
 (0)