Dockerfile: update Go to 1.11.5

This commit is contained in:
Eric Chiang 2019-01-23 14:16:50 -08:00
parent f1581ff873
commit 86eeee2ae2
1 changed files with 1 additions and 1 deletions

View File

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