Skip to content

Commit

Permalink
Update paket to 9.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ninjarobot committed Nov 19, 2024
1 parent 7048bf1 commit ca8479f
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
Expand Up @@ -2,7 +2,7 @@ FROM fsharp:10.6.0-netcore
LABEL maintainer="Dave Curylo <[email protected]>"
RUN apt-get update \
&& apt-get --no-install-recommends install -y wget \
&& wget https://github.com/fsprojects/Paket/releases/download/9.0.1/paket.exe \
&& wget https://github.com/fsprojects/Paket/releases/download/9.0.2/paket.exe \
&& rm -rf /var/lib/apt/lists/* \
&& 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 \
Expand Down

0 comments on commit ca8479f

Please sign in to comment.