We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 924652f commit 2d0650cCopy full SHA for 2d0650c
paket.Dockerfile
@@ -1,6 +1,6 @@
1
-FROM dcurylo/fsharp-mono-netcore:2.0.5
+FROM dcurylo/fsharp-mono-netcore:2.0.6
2
LABEL maintainer="Dave Curylo <[email protected]>"
3
-RUN wget https://github.com/fsprojects/Paket/releases/download/5.151.3/paket.exe \
+RUN wget https://github.com/fsprojects/Paket/releases/download/5.153.2/paket.exe \
4
&& chmod a+r paket.exe && mv paket.exe /usr/local/lib/ \
5
&& printf '#!/bin/sh\nexec /usr/bin/mono /usr/local/lib/paket.exe "$@"' >> /usr/local/bin/paket \
6
&& chmod u+x /usr/local/bin/paket
0 commit comments