From 91a5514aee00fb28ecfdc9036dc841542376c079 Mon Sep 17 00:00:00 2001 From: Abhinav Sarkar Date: Sat, 11 Aug 2018 13:35:15 +0530 Subject: [PATCH] Moves to own base image fork for security updates. + updates stack LTS --- Dockerfile | 4 ++-- stack.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index ba7d470..25f7066 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 \ No newline at end of file +FROM abhin4v/haskell-scratch:integer-gmp +COPY --from=builder /root/.local/bin/hastatic /usr/bin/hastatic diff --git a/stack.yaml b/stack.yaml index 79c0d92..3be80cc 100644 --- a/stack.yaml +++ b/stack.yaml @@ -1,4 +1,4 @@ -resolver: lts-12.1 +resolver: lts-12.5 packages: - .