aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorOlivier Benz <[email protected]>2023-04-20 10:15:07 +0200
committerJohn MacFarlane <[email protected]>2023-04-20 09:39:03 -0700
commit39d7d7afba7df24e795ade079fd788e705e8c827 (patch)
tree3b3d0d700bda4e764f2382b3fc214c04833d4f0d /Makefile
parent7ec7512aa00c1117296041949aa4d7f8ab369b5e (diff)
Use ghc-musl 9.4.5 docker image
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index fcd5e528d..ef9a6c785 100644
--- a/Makefile
+++ b/Makefile
@@ -2,7 +2,7 @@ version?=$(shell grep '^[Vv]ersion:' pandoc.cabal | awk '{print $$2;}')
pandoc=$(shell find dist -name pandoc -type f -exec ls -t {} \; | head -1)
SOURCEFILES?=$(shell git ls-tree -r main --name-only src pandoc-cli pandoc-server pandoc-lua-engine | grep "\.hs$$")
PANDOCSOURCEFILES?=$(shell git ls-tree -r main --name-only src | grep "\.hs$$")
-DOCKERIMAGE=glcr.b-data.ch/ghc/ghc-musl:9.4.4
+DOCKERIMAGE=glcr.b-data.ch/ghc/ghc-musl:9.4.5
TIMESTAMP=$(shell date "+%Y%m%d_%H%M")
LATESTBENCH=$(word 1,$(shell ls -t bench_*.csv 2>/dev/null))
BASELINE?=$(LATESTBENCH)