Build: Upgrade go to 1.12.10 (#19499)

Fixes #19451
This commit is contained in:
Marcus Efraimsson
2019-09-30 15:41:25 +02:00
committed by GitHub
parent 3866814ea9
commit d65a3318ab
4 changed files with 16 additions and 16 deletions

View File

@@ -1,5 +1,5 @@
# Golang build container
FROM golang:1.12.9-alpine
FROM golang:1.12.10-alpine
RUN apk add --no-cache gcc g++