From 8737c5c99cdc9ef5d095af3f08b194159902c6e4 Mon Sep 17 00:00:00 2001 From: Markus Opolka Date: Wed, 14 Oct 2020 16:11:46 +0200 Subject: [PATCH] Minor fix in Makefix --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makefile b/makefile index fdb3811..5f34a3e 100644 --- a/makefile +++ b/makefile @@ -11,4 +11,4 @@ fpm-alpine4: fpm3: docker build --pull -t martialblog/limesurvey:3-fpm 3.0/fpm fpm4: - docker build --pull -t martialblog/limesurvey:3-fpm 4.0/fpm + docker build --pull -t martialblog/limesurvey:4-fpm 4.0/fpm