Skip to content

Commit dbef489

Browse files
Bump dotnet/aspnet from 8.0-alpine to 9.0-alpine
Bumps dotnet/aspnet from 8.0-alpine to 9.0-alpine. --- updated-dependencies: - dependency-name: dotnet/aspnet dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent e14f3fb commit dbef489

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
@@ -9,7 +9,7 @@ RUN dotnet restore ./Api/Api.csproj
99

1010
RUN dotnet publish ./Api/Api.csproj -c Release -o /app/publish
1111

12-
FROM mcr.microsoft.com/dotnet/aspnet:8.0-alpine
12+
FROM mcr.microsoft.com/dotnet/aspnet:9.0-alpine
1313

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

0 commit comments

Comments
 (0)