From 7b6d8f7066237fa28d6a0a9ff7e309c9e3867a1a Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Tue, 9 Feb 2021 20:06:40 +0100 Subject: [PATCH] chore(gitlab-ci): bump stack docker --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b589f38aa..15989d553 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -6,7 +6,7 @@ workflow: default: image: - name: fpco/stack-build:lts-16.11 + name: fpco/stack-build:lts-17.2 cache: &global_cache paths: - node_modules