Upgrades stackage lts and base image

master
Abhinav Sarkar 2019-06-22 00:45:41 +05:30
parent 9eb16080c4
commit 0a53648e23
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
FROM haskell:8.6.3 as builder FROM haskell:8.6.5 as builder
WORKDIR /opt/hastatic WORKDIR /opt/hastatic
ADD . . ADD . .
RUN stack install && strip /root/.local/bin/hastatic RUN stack install && strip /root/.local/bin/hastatic

View File

@ -1,4 +1,4 @@
resolver: lts-13.2 resolver: lts-13.26
packages: packages:
- . - .