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
commit 1f31d1889a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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