Skip to content

Commit

Permalink
Update paket to 5.131.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ninjarobot committed Jan 18, 2018
1 parent cfdc599 commit 47b7111
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.4
LABEL maintainer="Dave Curylo <dave@curylo.org>"
RUN wget https://github.com/fsprojects/Paket/releases/download/5.130.8/paket.exe \
RUN wget https://github.com/fsprojects/Paket/releases/download/5.131.1/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 47b7111

Please sign in to comment.