Skip to content

Commit ec8ac84

Browse files
committed
Upgrade to alpine:3.2 and go 1.4
go 1.4 is now required (miekg/dns#197)
1 parent 4ebfa22 commit ec8ac84

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ All notable changes to this project will be documented in this file.
99
### Removed
1010

1111
### Changed
12-
12+
- Upgraded base image to alpine:3.2 and go 1.4
1313

1414
## [v6] - 2015-08-07
1515
### Fixed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM gliderlabs/alpine:3.1
1+
FROM gliderlabs/alpine:3.2
22
ENTRYPOINT ["/bin/registrator"]
33

44
COPY . /go/src/github.com/gliderlabs/registrator

Dockerfile.dev

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM gliderlabs/alpine:3.1
1+
FROM gliderlabs/alpine:3.2
22
CMD ["/bin/registrator"]
33

44
ENV GOPATH /go

0 commit comments

Comments
 (0)