Skip to content

Commit dec43d2

Browse files
committed
etc/dockerfiles: update stack version
1 parent b946ac9 commit dec43d2

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
FROM fpco/stack-build:lts-11.5
2+
ARG STACK_VERSION=1.7.1
3+
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 commit comments

Comments
 (0)