File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
src/DiscordTranslationBot Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 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" />
Original file line number Diff line number Diff line change 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.
2121WORKDIR /app
You can’t perform that action at this time.
0 commit comments