Skip to content

Commit 7086a2f

Browse files
authored
The dotnet:10.0-preview tag is switched from the Debian Trixie image (10.0-preview-trixie-slim) to the Ubuntu Noble image (10.0-preview-noble). (#1461)
* Create test.yml * The dotnet:10.0-preview tag is switched from the Debian Trixie image (10.0-preview-trixie-slim) to the Ubuntu Noble image (10.0-preview-noble). * Remove test file
1 parent f4b0fee commit 7086a2f

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

src/dotnet/manifest.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,12 @@
4747
},
4848
"variantTags": {
4949
"10.0-preview-trixie-slim": [
50-
"dotnet:${VERSION}-10.0-preview",
5150
"dotnet:${VERSION}-10.0-preview-trixie"
52-
],
51+
],
52+
"10.0-preview-noble": [
53+
"dotnet:${VERSION}-10.0-preview",
54+
"dotnet:${VERSION}-10.0-preview-noble"
55+
],
5356
"9.0-bookworm-slim": [
5457
"dotnet:${VERSION}-9.0",
5558
"dotnet:${VERSION}-9.0-bookworm"

0 commit comments

Comments
 (0)