Dockerfile: use Stack 2.3.1

This commit is contained in:
Vaibhav Sagar 2020-05-10 17:19:12 +08:00
parent a1e415e45f
commit 4c41c08d17

View File

@ -1,6 +1,6 @@
FROM ubuntu:18.04
ARG STACK_VERSION=2.1.3
ARG STACK_VERSION=2.3.1
ARG RESOLVER=lts-14.27
# Install all necessary Ubuntu packages