Skip to content
This repository was archived by the owner on Jul 31, 2025. It is now read-only.

Commit acc4e1b

Browse files
authored
Merge pull request #785 from cyli/bump-alpine-version
Bump the golang-alpine image version due to CVEs
2 parents ec834ba + 19c00b0 commit acc4e1b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.6.1
1+
FROM golang:1.6.2
22

33
RUN apt-get update && apt-get install -y \
44
curl \

server.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.6.1-alpine
1+
FROM golang:1.6.2-alpine
22
MAINTAINER David Lawrence "david.lawrence@docker.com"
33

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

signer.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.6.1-alpine
1+
FROM golang:1.6.2-alpine
22
MAINTAINER David Lawrence "david.lawrence@docker.com"
33

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

0 commit comments

Comments
 (0)