Skip to content
This repository has been archived by the owner on Aug 5, 2020. It is now read-only.

Commit

Permalink
go 1.10.3
Browse files Browse the repository at this point in the history
  • Loading branch information
phylake committed Jul 25, 2018
1 parent b6f7180 commit 3543158
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
### v5.2.0

- added support for build args in the builder container
- build porter with Go 1.10.3

### v5.1.0

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.godep
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
FROM golang:1.10.1
FROM golang:1.10.3

RUN go get github.com/tools/godep
2 changes: 1 addition & 1 deletion Dockerfile.linux
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.10.1
FROM golang:1.10.3

ADD . /go/src/github.com/adobe-platform/porter
WORKDIR /go/src/github.com/adobe-platform/porter
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.test
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.10.1
FROM golang:1.10.3

RUN go get github.com/onsi/ginkgo/ginkgo
RUN go get github.com/onsi/gomega
Expand Down

0 comments on commit 3543158

Please sign in to comment.