mirror of https://github.com/docker/cli.git
Merge pull request #633 from seemethere/switch_to_multi_arch_images
Switch to golang:1.8.4-alpine3.6
This commit is contained in:
commit
50e1161744
|
@ -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
|
||||||
|
|
||||||
|
|
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue