Merge pull request #1529 from dkuerner/golang-update

Dockerfile: build with golang 1.12.9
This commit is contained in:
Stephan Renatus
2019-08-22 16:31:47 +02:00
committed by GitHub

View File

@@ -1,4 +1,4 @@
FROM golang:1.12.8-alpine FROM golang:1.12.9-alpine
RUN apk add --no-cache --update alpine-sdk RUN apk add --no-cache --update alpine-sdk