Moves to own base image fork for security updates.

+ updates stack LTS
master
Abhinav Sarkar 2018-08-11 13:35:15 +05:30
parent 94f39ba0c9
commit 91a5514aee
2 changed files with 3 additions and 3 deletions

View File

@ -3,5 +3,5 @@ WORKDIR /opt/hastatic
ADD . .
RUN stack install && strip /root/.local/bin/hastatic
FROM fpco/haskell-scratch:integer-gmp
COPY --from=builder /root/.local/bin/hastatic /usr/bin/hastatic
FROM abhin4v/haskell-scratch:integer-gmp
COPY --from=builder /root/.local/bin/hastatic /usr/bin/hastatic

View File

@ -1,4 +1,4 @@
resolver: lts-12.1
resolver: lts-12.5
packages:
- .