Updated golang version, removed armv6.
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Michael Gibson 2020-12-03 15:08:52 -06:00
parent bd56e77823
commit feab405f18
2 changed files with 3 additions and 3 deletions

View file

@ -1,5 +1,5 @@
# Build the ProtonMail Bridge.
FROM golang:1.14-alpine as build
FROM golang:1.15-alpine as build
ENV LANG C.UTF-8
RUN apk add --no-cache \
curl \