Skip to content

Commit 6efe0b4

Browse files
authored
Update Debian Trixie to use libicu76 (#6364)
1 parent bffebfd commit 6efe0b4

8 files changed

Lines changed: 8 additions & 8 deletions

File tree

manifest.versions.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@
117117
"libicu|focal": 66,
118118
"libicu|jammy": 70,
119119
"libicu|noble": 74,
120-
"libicu|trixie": 72,
120+
"libicu|trixie": 76,
121121

122122
"libssl|alpine3.20": "3",
123123
"libssl|alpine3.21": "3",

src/runtime-deps/10.0/trixie-slim/amd64/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ RUN apt-get update \
1515
# .NET dependencies
1616
libc6 \
1717
libgcc-s1 \
18-
libicu72 \
18+
libicu76 \
1919
libssl3t64 \
2020
libstdc++6 \
2121
tzdata \

src/runtime-deps/10.0/trixie-slim/arm32v7/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ RUN apt-get update \
1515
# .NET dependencies
1616
libc6 \
1717
libgcc-s1 \
18-
libicu72 \
18+
libicu76 \
1919
libssl3t64 \
2020
libstdc++6 \
2121
tzdata \

src/runtime-deps/10.0/trixie-slim/arm64v8/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ RUN apt-get update \
1515
# .NET dependencies
1616
libc6 \
1717
libgcc-s1 \
18-
libicu72 \
18+
libicu76 \
1919
libssl3t64 \
2020
libstdc++6 \
2121
tzdata \

tests/Microsoft.DotNet.Docker.Tests/Baselines/GeneratedArtifactTests/VerifyInternalDockerfilesOutput/runtime-deps-10.0-trixie-slim-amd64-Dockerfile.approved.txt

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tests/Microsoft.DotNet.Docker.Tests/Baselines/GeneratedArtifactTests/VerifyInternalDockerfilesOutput/runtime-deps-10.0-trixie-slim-arm32v7-Dockerfile.approved.txt

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tests/Microsoft.DotNet.Docker.Tests/Baselines/GeneratedArtifactTests/VerifyInternalDockerfilesOutput/runtime-deps-10.0-trixie-slim-arm64v8-Dockerfile.approved.txt

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tests/Microsoft.DotNet.Docker.Tests/ProductImageTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -398,7 +398,7 @@ private static IEnumerable<string> GetRuntimeDepsPackages(ProductImageData image
398398
"ca-certificates",
399399
"libc6",
400400
"libgcc-s1",
401-
"libicu72",
401+
"libicu76",
402402
"libssl3t64",
403403
"tzdata",
404404
"libstdc++6"

0 commit comments

Comments
 (0)