Skip to content

Commit 853856c

Browse files
authored
Merge pull request #562 from lionize/dependabot/docker/dotnet/aspnet-10.0.9
Bump dotnet/aspnet from 10.0.8 to 10.0.9
2 parents a69903e + a24d4ce commit 853856c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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.8
15+
FROM mcr.microsoft.com/dotnet/aspnet:10.0.9
1616
WORKDIR /app
1717
COPY --from=build-env /app/out .
1818
ENTRYPOINT ["dotnet", "TIKSN.Lionize.TaskManagementService.dll"]

0 commit comments

Comments
 (0)