Skip to content

Commit 1a58c79

Browse files
authored
Merge pull request #721 from Project-MONAI/720-SetMinioClientToFixedVersion
720 Set MinIO Client MC executable to version prior to breaking changes.
2 parents de15e29 + c80ca95 commit 1a58c79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

TaskManager.Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ RUN echo "Building MONAI Workflow Manager..."
2323
RUN dotnet publish -c Release -o out --nologo src/TaskManager/TaskManager/Monai.Deploy.WorkflowManager.TaskManager.csproj
2424

2525
RUN echo "Fetching mc executable for minio..."
26-
RUN wget https://dl.min.io/client/mc/release/linux-amd64/mc
26+
RUN wget -O mc https://dl.min.io/client/mc/release/linux-amd64/archive/mc.RELEASE.2023-02-28T00-12-59Z
2727
RUN chmod +x mc
2828

2929
# Build runtime image

0 commit comments

Comments
 (0)