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