From eb4d8f1c75a90aa04e5a58fbd353ae57ae3741ed Mon Sep 17 00:00:00 2001 From: igal-SX <71224783+igal-SX@users.noreply.github.com> Date: Tue, 14 Sep 2021 21:58:41 +0300 Subject: [PATCH] Update Arm Dockerfile After several tries, the arm dockerfile is not working at all, and there is an error of the binary. only change to golang 1.15 solve it --- Dockerfile.armhf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.armhf b/Dockerfile.armhf index 1015d2b..9f4fa49 100644 --- a/Dockerfile.armhf +++ b/Dockerfile.armhf @@ -1,4 +1,4 @@ -FROM golang:1.14-alpine as builder +FROM golang:1.15-alpine as builder WORKDIR /go/src/drone-email COPY . .