Revert to Go 1.12 in dockerfile

This commit is contained in:
Tulir Asokan 2020-02-25 23:26:57 +02:00
parent ab98ef4e3b
commit 61268f8cc4

View file

@ -1,4 +1,4 @@
FROM golang:1-alpine AS builder
FROM golang:1.12-alpine AS builder
RUN apk add --no-cache git ca-certificates build-base su-exec