Skip to content

Commit

Permalink
Bump dotnet/aspnet from 6.0-jammy to 8.0-jammy
Browse files Browse the repository at this point in the history
Bumps dotnet/aspnet from 6.0-jammy to 8.0-jammy.

---
updated-dependencies:
- dependency-name: dotnet/aspnet
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 15, 2023
1 parent 460e86a commit b19178c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion TaskManager.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ RUN wget -O mc https://dl.min.io/client/mc/release/linux-amd64/archive/mc.RELEAS
RUN chmod +x mc

# Build runtime image
FROM mcr.microsoft.com/dotnet/aspnet:6.0-jammy
FROM mcr.microsoft.com/dotnet/aspnet:8.0-jammy

ENV DEBIAN_FRONTEND=noninteractive

Expand Down
2 changes: 1 addition & 1 deletion WorkflowManager.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ RUN echo "Building MONAI Workflow Manager..."
RUN dotnet publish -c Release -o out --nologo src/WorkflowManager/WorkflowManager/Monai.Deploy.WorkflowManager.csproj

# Build runtime image
FROM mcr.microsoft.com/dotnet/aspnet:6.0-jammy
FROM mcr.microsoft.com/dotnet/aspnet:8.0-jammy

ENV DEBIAN_FRONTEND=noninteractive

Expand Down

0 comments on commit b19178c

Please sign in to comment.