Skip to content

Commit

Permalink
Bump resolver to lts-12.18
Browse files Browse the repository at this point in the history
  • Loading branch information
vaibhavsagar committed Nov 17, 2018
1 parent 7696b7f commit ab98e1b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM fpco/stack-build:lts-12.17
FROM fpco/stack-build:lts-12.18

# Install all necessary Ubuntu packages
RUN apt-get update && apt-get install -y python3-pip libgmp-dev libmagic-dev libtinfo-dev libzmq3-dev libcairo2-dev libpango1.0-dev libblas-dev liblapack-dev gcc g++ && \
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM fpco/stack-build:lts-12.17
FROM fpco/stack-build:lts-12.18
# docker build -t ihaskell-dev docker

# Install all necessary Ubuntu packages
Expand Down
2 changes: 1 addition & 1 deletion stack.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
resolver: lts-12.17
resolver: lts-12.18

flags: {}
packages:
Expand Down

0 comments on commit ab98e1b

Please sign in to comment.