Skip to content

Commit

Permalink
Fix minio download link
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan Luckie authored and rtluckie committed May 4, 2019
1 parent e177710 commit 8abe015
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion files/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ RUN echo "Install apps (with pinned version) that are not provided by the OS pac
unzip -qq kubetail.zip && chmod a+x kubetail-1.6.8/kubetail && mv kubetail-1.6.8/kubetail /usr/local/bin && \
rm -f kubetail.zip && \
echo "Install mc." && \
curl -sSfLo /usr/local/bin/mc https://dl.minio.io/client/mc/release/linux-amd64/mc.RELEASE.2019-04-24T00-09-41Z && \
curl -sSfLo /usr/local/bin/mc https://dl.minio.io/client/mc/release/linux-amd64/archive/mc.RELEASE.2019-05-01T23-27-44Z && \
chmod a+x /usr/local/bin/mc && \
echo "Install minikube." && \
curl -sSfLo minikube https://storage.googleapis.com/minikube/releases/v1.0.1/minikube-linux-amd64 && \
Expand Down

0 comments on commit 8abe015

Please sign in to comment.