Skip to content

Commit

Permalink
Merge pull request #851 from thaJeztah/bump-go-1.6.3
Browse files Browse the repository at this point in the history
Bump Go to 1.6.3
  • Loading branch information
cyli authored Jul 18, 2016
2 parents 56c6701 + 6d6394b commit 91665a6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.6.2
FROM golang:1.6.3

RUN apt-get update && apt-get install -y \
curl \
Expand Down
2 changes: 1 addition & 1 deletion server.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.6.2-alpine
FROM golang:1.6.3-alpine
MAINTAINER David Lawrence "david.lawrence@docker.com"

RUN apk add --update git gcc libc-dev && rm -rf /var/cache/apk/*
Expand Down
2 changes: 1 addition & 1 deletion signer.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.6.2-alpine
FROM golang:1.6.3-alpine
MAINTAINER David Lawrence "david.lawrence@docker.com"

RUN apk add --update git gcc libc-dev && rm -rf /var/cache/apk/*
Expand Down

0 comments on commit 91665a6

Please sign in to comment.