aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJohn MacFarlane <[email protected]>2022-03-13 10:38:30 -0700
committerJohn MacFarlane <[email protected]>2022-03-13 10:39:38 -0700
commit6b79e944bb3fba348fc23455e00b18558f8e17ab (patch)
tree306ba1ce80272e879f5e50861bcff1e8aab9dc24 /Makefile
parent1aeeba9ecb7fc79062c16e00536ec8500632aab2 (diff)
Use ghc4pandoc:9.2.2 docker image for linux build
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 2301d81c4..2b853ba52 100644
--- a/Makefile
+++ b/Makefile
@@ -3,7 +3,7 @@ pandoc=$(shell find dist -name pandoc -type f -exec ls -t {} \; | head -1)
SOURCEFILES?=$(shell git ls-tree -r master --name-only | grep "\.hs$$")
BRANCH?=master
ARCH=$(shell uname -m)
-DOCKERIMAGE=registry.gitlab.b-data.ch/ghc/ghc4pandoc:9.0.2
+DOCKERIMAGE=registry.gitlab.b-data.ch/ghc/ghc4pandoc:9.2.2
COMMIT=$(shell git rev-parse --short HEAD)
TIMESTAMP=$(shell date "+%Y%m%d_%H%M")
LATESTBENCH=$(word 1,$(shell ls -t bench_*.csv 2>/dev/null))