Skip to content

Commit 6c8fd9c

Browse files
committed
etc/dockerfiles: add stack-1.6.3
1 parent bca2bb2 commit 6c8fd9c

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

etc/dockerfiles/stack-build/lts-10.0/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ MAINTAINER Emanuel Borsboom <manny@fpcomplete.com>
55
ARG GHC_VERSION=8.2.2
66
ARG LTS_SLUG=lts-10.0
77
ARG PID1_VERSION=0.1.0.1
8-
ARG STACK_VERSION=1.6.1
8+
ARG STACK_VERSION=1.6.3
99
ARG BOOTSTRAP_COMMIT=a8234cb586c3022099a3b0155275ed067df00f72
1010
ARG DEBIAN_FRONTEND=noninteractive
1111

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