Skip to content

Commit f9d0fa7

Browse files
Bump dotnet/aspnet (#356)
Bumps dotnet/aspnet from 10.0.4-azurelinux3.0-distroless to 10.0.5-azurelinux3.0-distroless. --- updated-dependencies: - dependency-name: dotnet/aspnet dependency-version: 10.0.5-azurelinux3.0-distroless dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b71817e commit f9d0fa7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ RUN dotnet restore --locked-mode ./Api/Api.csproj
1010

1111
RUN dotnet publish ./Api/Api.csproj -c Release --no-restore -o /app/publish /p:UseAppHost=false
1212

13-
FROM mcr.microsoft.com/dotnet/aspnet:10.0.4-azurelinux3.0-distroless
13+
FROM mcr.microsoft.com/dotnet/aspnet:10.0.5-azurelinux3.0-distroless
1414

1515
COPY --from=build /app/publish .
1616

0 commit comments

Comments
 (0)