Dockerfile: build with golang 1.12.9

This commit is contained in:
Daniel Kürner 2019-08-22 08:40:31 +02:00
parent ab08d7b3a4
commit 2dccdc2a1a

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