feat: multi-arch Docker image.

This commit is contained in:
Fernandez Ludovic
2019-10-06 20:00:21 +02:00
parent affedf56a2
commit c88b974352
4 changed files with 48 additions and 2 deletions

View File

@ -1,4 +1,4 @@
FROM golang:1.13-alpine as builder
FROM golang:1-alpine as builder
RUN apk --no-cache --no-progress add git ca-certificates tzdata make \
&& update-ca-certificates \