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
No related tags found
No related merge requests found
...@@ -22,21 +22,21 @@ ...@@ -22,21 +22,21 @@
version: '3' version: '3'
services: services:
binary_ghc861: binary_ghc865:
build: build:
context: . context: .
dockerfile: docker/Dockerfile.anyghc dockerfile: docker/Dockerfile.anyghc
args: args:
- ghcver=8.6.1 - ghcver=8.6.5
volumes: volumes:
- cabal-store-cache:/root/.cabal/store - cabal-store-cache:/root/.cabal/store
binary_ghc843: binary_ghc844:
build: build:
context: . context: .
dockerfile: docker/Dockerfile.anyghc dockerfile: docker/Dockerfile.anyghc
args: args:
- ghcver=8.4.3 - ghcver=8.4.4
volumes: volumes:
- cabal-store-cache:/root/.cabal/store - cabal-store-cache:/root/.cabal/store
...@@ -85,15 +85,6 @@ services: ...@@ -85,15 +85,6 @@ services:
volumes: volumes:
- cabal-store-cache:/root/.cabal/store - 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: volumes:
cabal-store-cache: cabal-store-cache:
driver: local 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