Skip to content

Commit 73506c4

Browse files
authored
Merge pull request #552 from lionize/dependabot/docker/dotnet/aspnet-10.0.5
Bump dotnet/aspnet from 10.0.4 to 10.0.5
2 parents 50d083c + fe1be7b commit 73506c4

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
@@ -12,7 +12,7 @@ COPY . ./
1212
RUN dotnet publish -c Release -o out TaskManagementService/TaskManagementService.csproj
1313

1414
# Build runtime image
15-
FROM mcr.microsoft.com/dotnet/aspnet:10.0.4
15+
FROM mcr.microsoft.com/dotnet/aspnet:10.0.5
1616
WORKDIR /app
1717
COPY --from=build-env /app/out .
1818
ENTRYPOINT ["dotnet", "TIKSN.Lionize.TaskManagementService.dll"]

0 commit comments

Comments
 (0)