Skip to content

Commit

Permalink
Update paket to 5.145.7
Browse files Browse the repository at this point in the history
  • Loading branch information
ninjarobot committed Feb 28, 2018
1 parent b5c1fd2 commit cac824d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion paket.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM dcurylo/fsharp-mono-netcore:2.0.5
LABEL maintainer="Dave Curylo <[email protected]>"
RUN wget https://github.com/fsprojects/Paket/releases/download/5.145.6/paket.exe \
RUN wget https://github.com/fsprojects/Paket/releases/download/5.145.7/paket.exe \
&& chmod a+r paket.exe && mv paket.exe /usr/local/lib/ \
&& printf '#!/bin/sh\nexec /usr/bin/mono /usr/local/lib/paket.exe "$@"' >> /usr/local/bin/paket \
&& chmod u+x /usr/local/bin/paket
Expand Down

0 comments on commit cac824d

Please sign in to comment.