Skip to content
Snippets Groups Projects
Commit fcd9d3cb authored by Lennart Kolmodin's avatar Lennart Kolmodin
Browse files

Update docker-compose with new ghc versions.

Remove 7.4.1 as it's broken upstream.
parent 816b128c
No related branches found
Tags 0.8.7.0
No related merge requests found
......@@ -22,21 +22,21 @@
version: '3'
services:
binary_ghc861:
binary_ghc865:
build:
context: .
dockerfile: docker/Dockerfile.anyghc
args:
- ghcver=8.6.1
- ghcver=8.6.5
volumes:
- cabal-store-cache:/root/.cabal/store
binary_ghc843:
binary_ghc844:
build:
context: .
dockerfile: docker/Dockerfile.anyghc
args:
- ghcver=8.4.3
- ghcver=8.4.4
volumes:
- cabal-store-cache:/root/.cabal/store
......@@ -85,15 +85,6 @@ services:
volumes:
- cabal-store-cache:/root/.cabal/store
binary_ghc742:
build:
context: .
dockerfile: docker/Dockerfile.anyghc
args:
- ghcver=7.4.2
volumes:
- cabal-store-cache:/root/.cabal/store
volumes:
cabal-store-cache:
driver: local
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment