From f7a9d2fc7ea6072d2339a510f51edc72775c187a Mon Sep 17 00:00:00 2001 From: aler9 <46489434+aler9@users.noreply.github.com> Date: Sat, 4 Jul 2020 18:27:31 +0200 Subject: [PATCH] update base image --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 189b62f6..e97bf488 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ .PHONY: $(shell ls) -BASE_IMAGE = golang:1.14-alpine3.11 +BASE_IMAGE = golang:1.14-alpine3.12 help: @echo "usage: make [action]"