Skip to content

Commit

Permalink
720 Set MinIO Client MC executable to version prior to breaking changes.
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Woodhead <[email protected]>
  • Loading branch information
woodheadio committed Mar 27, 2023
1 parent de15e29 commit c80ca95
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 https://dl.min.io/client/mc/release/linux-amd64/mc
RUN wget -O mc https://dl.min.io/client/mc/release/linux-amd64/archive/mc.RELEASE.2023-02-28T00-12-59Z
RUN chmod +x mc

# Build runtime image
Expand Down

0 comments on commit c80ca95

Please sign in to comment.