update ghc version to 8.10.4 for Docker build (#67)

This commit is contained in:
Efim Poberezkin
2021-07-01 00:37:47 +10:00
committed by GitHub
parent 32d90580e7
commit 321f4bbe9d

View File

@@ -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