Merge pull request #52 from igal-SX/patch-1

Update Arm Dockerfile
This commit is contained in:
Michael de Wit 2021-09-15 16:20:36 +02:00 committed by GitHub
commit 0d50aa9f2b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,4 +1,4 @@
FROM golang:1.14-alpine as builder
FROM golang:1.15-alpine as builder
WORKDIR /go/src/drone-email
COPY . .