Skip to content

Commit 2d0650c

Browse files
committed
Update paket to 5.153.2
1 parent 924652f commit 2d0650c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

paket.Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
FROM dcurylo/fsharp-mono-netcore:2.0.5
1+
FROM dcurylo/fsharp-mono-netcore:2.0.6
22
LABEL maintainer="Dave Curylo <[email protected]>"
3-
RUN wget https://github.com/fsprojects/Paket/releases/download/5.151.3/paket.exe \
3+
RUN wget https://github.com/fsprojects/Paket/releases/download/5.153.2/paket.exe \
44
&& chmod a+r paket.exe && mv paket.exe /usr/local/lib/ \
55
&& printf '#!/bin/sh\nexec /usr/bin/mono /usr/local/lib/paket.exe "$@"' >> /usr/local/bin/paket \
66
&& chmod u+x /usr/local/bin/paket

0 commit comments

Comments
 (0)