summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVidar Holen <vidar@vidarholen.net>2024-04-05 17:15:04 -0700
committerVidar Holen <vidar@vidarholen.net>2024-04-05 17:15:04 -0700
commit5241878e5919d3581a8e0208c3d2345532dbb65f (patch)
tree84be7cf403dc597ac7cf211aaa922a0b6200edf3
parent30b32af873c8b9e24731a5cb08bb20b7f148fa2d (diff)
Update Windows build image with new cURL URL
-rw-r--r--build/windows.x86_64/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/windows.x86_64/Dockerfile b/build/windows.x86_64/Dockerfile
index 1e5c5d9..2ae78ac 100644
--- a/build/windows.x86_64/Dockerfile
+++ b/build/windows.x86_64/Dockerfile
@@ -12,7 +12,7 @@ WORKDIR /haskell
RUN curl -L "https://downloads.haskell.org/~ghc/8.10.4/ghc-8.10.4-x86_64-unknown-mingw32.tar.xz" | tar xJ --strip-components=1
WORKDIR /haskell/bin
RUN curl -L "https://downloads.haskell.org/~cabal/cabal-install-3.2.0.0/cabal-install-3.2.0.0-x86_64-unknown-mingw32.zip" | busybox unzip -
-RUN curl -L "https://curl.se/windows/dl-7.84.0/curl-7.84.0-win64-mingw.zip" | busybox unzip - && mv curl-7.84.0-win64-mingw/bin/* .
+RUN curl -L "https://curl.se/windows/dl-8.7.1_7/curl-8.7.1_7-win64-mingw.zip" | busybox unzip - && mv curl-*-win64-mingw/bin/* .
ENV WINEPATH /haskell/bin
# It's unknown whether Cabal on Windows suffers from the same issue