Skip to content

Commit

Permalink
Bump version to Go 1.10.4
Browse files Browse the repository at this point in the history
- references openfaas/faas#875

Tested with build.sh / build_redist.sh

Signed-off-by: Alex Ellis (VMware) <[email protected]>
  • Loading branch information
alexellis committed Oct 2, 2018
1 parent 99713ab commit 7a861db
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Build stage
FROM golang:1.9.7 as builder
FROM golang:1.10.4 as builder

WORKDIR /usr/bin/
RUN curl -sLSf https://raw.githubusercontent.com/alexellis/license-check/master/get.sh | sh
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.redist
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Build stage
FROM golang:1.9.7 as builder
FROM golang:1.10.4 as builder

WORKDIR /usr/bin/
RUN curl -sLSf https://raw.githubusercontent.com/alexellis/license-check/master/get.sh | sh
Expand Down

0 comments on commit 7a861db

Please sign in to comment.