Skip to content
Snippets Groups Projects
Commit ad78158a authored by Emanuel Borsboom's avatar Emanuel Borsboom
Browse files

stack-build image: upgrade to stack-2.1.3

parent d65749d2
No related branches found
No related tags found
No related merge requests found
......@@ -5,3 +5,5 @@ RUN if [ "$VARIANT" = "small" ]; then \
apt-get install -y --no-install-recommends sudo && \
rm -rf /var/lib/apt/lists/*; \
fi
ARG STACK_VERSION=2.1.3
RUN wget -qO- https://github.com/commercialhaskell/stack/releases/download/v$STACK_VERSION/stack-$STACK_VERSION-linux-x86_64-static.tar.gz | tar xz --wildcards --strip-components=1 -C /usr/local/bin '*/stack'
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment