Skip to content

Commit

Permalink
Merge pull request #785 from cyli/bump-alpine-version
Browse files Browse the repository at this point in the history
Bump the golang-alpine image version due to CVEs
  • Loading branch information
cyli authored Jun 14, 2016
2 parents ec834ba + 19c00b0 commit acc4e1b
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.1
FROM golang:1.6.2

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.1-alpine
FROM golang:1.6.2-alpine
MAINTAINER David Lawrence "[email protected]"

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.1-alpine
FROM golang:1.6.2-alpine
MAINTAINER David Lawrence "[email protected]"

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

0 comments on commit acc4e1b

Please sign in to comment.