Skip to content

Commit

Permalink
etc/dockerfiles: upgrade lts-13.25 to stack-2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
borsboom committed Jun 13, 2019
1 parent 2bf11cf commit 3a759a7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions etc/dockerfiles/stack-build/lts-13.25/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
FROM fpco/stack-build:lts-13.24
ARG STACK_VERSION=2.1.1
RUN wget -qO- https://github.com/commercialhaskell/stack/releases/download/v$STACK_VERSION/stack-$STACK_VERSION-linux-x86_64.tar.gz | tar xz --wildcards --strip-components=1 -C /usr/local/bin '*/stack'

0 comments on commit 3a759a7

Please sign in to comment.