aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJohn MacFarlane <[email protected]>2022-01-12 17:43:15 -0800
committerJohn MacFarlane <[email protected]>2022-01-12 17:43:15 -0800
commitd3e99421b00f10c91a94f5cf1b1eabe8ff6be409 (patch)
tree398c9f7ea45f1f46d4530c358bc6ce4e831bd26a /Makefile
parent1a6fad9fbddd4cd7ebae236d6b4c11c0423bb0fd (diff)
Use ghc 9.2.1 docker image for deb pkg.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c78ccffe4..46911b0f2 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:8.10.4
+DOCKERIMAGE=registry.gitlab.b-data.ch/ghc/ghc4pandoc:9.2.1
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))