Skip to content

Commit 09de2c9

Browse files
Update dotnet monorepo (#500)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 00fa49f commit 09de2c9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/DiscordTranslationBot/DiscordTranslationBot.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<PrivateAssets>all</PrivateAssets>
1414
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
1515
</PackageReference>
16-
<PackageReference Include="Microsoft.Extensions.Http.Resilience" Version="10.1.0"/>
16+
<PackageReference Include="Microsoft.Extensions.Http.Resilience" Version="10.2.0"/>
1717
<PackageReference Include="OpenTelemetry.Exporter.OpenTelemetryProtocol" Version="1.14.0"/>
1818
<PackageReference Include="OpenTelemetry.Extensions.Hosting" Version="1.14.0"/>
1919
<PackageReference Include="OpenTelemetry.Instrumentation.AspNetCore" Version="1.14.0"/>

src/DiscordTranslationBot/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
###################################################
22
## Build stage.
33
###################################################
4-
FROM mcr.microsoft.com/dotnet/sdk:10.0-alpine@sha256:0fba99926e4f12405c78f37941312f00c1aadb178bd63616f5d96fc2af5a26a9 AS build
4+
FROM mcr.microsoft.com/dotnet/sdk:10.0-alpine@sha256:199a8915b9f586d70ee444e658e6a16cc2aceeec52b07e6643c5f6794105f41f AS build
55

66
# Copy source files.
77
# The build should be run with the context at the root of the solution in order to copy necessary files.
@@ -15,7 +15,7 @@ RUN dotnet publish ./src/DiscordTranslationBot -c Release -o ./out
1515
###################################################
1616
## Runtime image creation stage.
1717
###################################################
18-
FROM mcr.microsoft.com/dotnet/aspnet:10.0-alpine@sha256:1be14b20e4ec3dad26aa4932ae16c2193cc990c5499239492e9b697f0cba4e04
18+
FROM mcr.microsoft.com/dotnet/aspnet:10.0-alpine@sha256:961ef553f5b47185707ef693f9103004ea98cf022ce826cc8aacd5da29c93a46
1919

2020
# Copy published build.
2121
WORKDIR /app

0 commit comments

Comments
 (0)