Skip to content

Commit

Permalink
Update mc to RELEASE.2024-06-10T16-44-15Z
Browse files Browse the repository at this point in the history
Signed-off-by: Victor Chang <[email protected]>
  • Loading branch information
mocsharp committed Jun 11, 2024
1 parent 97aaa36 commit 70ccb93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TaskManager.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ RUN echo "Building MONAI Workflow Manager..."
RUN dotnet publish -c Release -o out --nologo src/TaskManager/TaskManager/Monai.Deploy.WorkflowManager.TaskManager.csproj

RUN echo "Fetching mc executable for minio..."
RUN wget -O mc https://dl.min.io/client/mc/release/linux-amd64/archive/mc.RELEASE.2023-02-28T00-12-59Z
RUN wget -O mc https://dl.min.io/client/mc/release/linux-amd64/archive/mc.RELEASE.2024-06-10T16-44-15Z
RUN chmod +x mc

# Build runtime image
Expand Down

0 comments on commit 70ccb93

Please sign in to comment.