docker: Update build image version

This commit is contained in:
Jakob Borg 2019-04-07 16:13:55 +02:00
parent 395e524e2d
commit eabd972667

View File

@ -1,4 +1,4 @@
FROM golang:1.11 AS builder
FROM golang:1.12 AS builder
WORKDIR /src
COPY . .