1
0
mirror of https://github.com/docker/cli.git synced 2026-01-18 08:21:31 +03:00

Merge pull request #661 from thaJeztah/bump-golang-to-1.8.5

Bump Go to 1.8.5
Upstream-commit: 5a4fe7fe05
Component: cli
This commit is contained in:
Daniel Nephin
2017-10-31 16:24:27 -04:00
committed by GitHub
3 changed files with 3 additions and 3 deletions

View File

@@ -1,3 +1,3 @@
FROM dockercore/golang-cross@sha256:8a347b3692ba925dcef753f2de289e11774410c1bc752b9d525cb05477a7697b
FROM dockercore/golang-cross@sha256:25ff84377e9d7f40639c33cc374166a3b0f1829b8462cf7001d742a846de2687
ENV DISABLE_WARN_OUTSIDE_CONTAINER=1
WORKDIR /go/src/github.com/docker/cli

View File

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

View File

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