Upgrades stackage lts and base image

master
Abhinav Sarkar 2019-06-22 00:45:41 +05:30
padre 9eb16080c4
commit 0a53648e23
Se han modificado 2 ficheros con 2 adiciones y 2 borrados

Ver fichero

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

Ver fichero

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