Skip to content

Commit

Permalink
Update the docker image of stack
Browse files Browse the repository at this point in the history
Would fix the build error similar to commercialhaskell/stack#5445
  • Loading branch information
igrep committed Jan 16, 2022
1 parent 5efe73f commit 3779425
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: 2
jobs:
build-lts:
docker:
- image: fpco/stack-build:lts-15.6
- image: fpco/stack-build:lts
steps:
- checkout
- restore_cache:
Expand All @@ -21,7 +21,7 @@ jobs:

build-nightly:
docker:
- image: fpco/stack-build:lts-15.6
- image: fpco/stack-build:lts
steps:
- checkout
- restore_cache:
Expand Down

0 comments on commit 3779425

Please sign in to comment.