update ghc version to 8.10.4 for Docker build (#67)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user