We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de15e29 commit c80ca95Copy full SHA for c80ca95
TaskManager.Dockerfile
@@ -23,7 +23,7 @@ RUN echo "Building MONAI Workflow Manager..."
23
RUN dotnet publish -c Release -o out --nologo src/TaskManager/TaskManager/Monai.Deploy.WorkflowManager.TaskManager.csproj
24
25
RUN echo "Fetching mc executable for minio..."
26
-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
27
RUN chmod +x mc
28
29
# Build runtime image
0 commit comments