Skip to content

Commit 685e299

Browse files
Bump dotnet/aspnet from 9.0.9-alpine3.22 to 9.0.10-alpine3.22 (#220)
Bumps dotnet/aspnet from 9.0.9-alpine3.22 to 9.0.10-alpine3.22. --- updated-dependencies: - dependency-name: dotnet/aspnet dependency-version: 9.0.10-alpine3.22 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a2330b4 commit 685e299

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:9.0.9-alpine3.22
13+
FROM mcr.microsoft.com/dotnet/aspnet:9.0.10-alpine3.22
1414

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

0 commit comments

Comments
 (0)