From 321f4bbe9db4c5cb405c2c592237617b051831a6 Mon Sep 17 00:00:00 2001 From: Efim Poberezkin <8711996+efim-poberezkin@users.noreply.github.com> Date: Thu, 1 Jul 2021 00:37:47 +1000 Subject: [PATCH] update ghc version to 8.10.4 for Docker build (#67) --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index c03da4ac63..a5d91ab2dc 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ -FROM haskell:8.8.4 AS build-stage +FROM haskell:8.10.4 AS build-stage # if you encounter "version `GLIBC_2.28' not found" error when running # chat client executable, build with the following base image instead: -# FROM haskell:8.8.4-stretch AS build-stage +# FROM haskell:8.10.4-stretch AS build-stage COPY . /project WORKDIR /project RUN stack install