Merge pull request #633 from seemethere/switch_to_multi_arch_images

Switch to golang:1.8.4-alpine3.6
This commit is contained in:
Victor Vieux 2017-10-26 17:08:08 -07:00 committed by GitHub
commit 50e1161744
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
FROM golang:1.8.4-alpine FROM golang:1.8.4-alpine3.6
RUN apk add -U git make bash coreutils ca-certificates RUN apk add -U git make bash coreutils ca-certificates

View File

@ -1,4 +1,4 @@
FROM golang:1.8.4-alpine FROM golang:1.8.4-alpine3.6
RUN apk add -U git RUN apk add -U git