Skip to content

Commit 8fc32a8

Browse files
committed
Update paket to 7.1.4
1 parent 6cdadd7 commit 8fc32a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

paket.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ FROM fsharp:10.6.0-netcore
22
LABEL maintainer="Dave Curylo <[email protected]>"
33
RUN apt-get update \
44
&& apt-get --no-install-recommends install -y wget \
5-
&& wget https://github.com/fsprojects/Paket/releases/download/7.1.3/paket.exe \
5+
&& wget https://github.com/fsprojects/Paket/releases/download/7.1.4/paket.exe \
66
&& rm -rf /var/lib/apt/lists/* \
77
&& chmod a+r paket.exe && mv paket.exe /usr/local/lib/ \
88
&& printf '#!/bin/sh\nexec /usr/bin/mono /usr/local/lib/paket.exe "$@"' >> /usr/local/bin/paket \

0 commit comments

Comments
 (0)