Skip to content

Commit 1c220f9

Browse files
authored
Update Go language version 1.6.3 -> 1.9.0, as well as Alpine 3.4 -> 3.6 (#81)
* Update Go language version 1.6.3 -> 1.9.0, as well as Alpine 3.4 -> 3.6
1 parent 858b8ff commit 1c220f9

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

Dockerfile

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,14 @@
1-
FROM alpine:3.4
1+
FROM golang:1.9.0-alpine3.6
22

33
MAINTAINER Christopher Maier <christopher.maier@gmail.com>
44

5-
ENV GO_PACKAGE_VERSION 1.6.3-r0
65
ENV GOPATH /gopath
76
ENV PATH=${GOPATH}/bin:${PATH}
87

98
WORKDIR /gopath/src/github.com/operable/go-relay
109
COPY . /gopath/src/github.com/operable/go-relay
1110

1211
RUN apk -U add --virtual .build_deps \
13-
go=$GO_PACKAGE_VERSION \
14-
go-tools=$GO_PACKAGE_VERSION \
1512
git make && \
1613

1714
go get -u github.com/kardianos/govendor && \

0 commit comments

Comments
 (0)