Skip to content

Commit

Permalink
Update Dockerfile to Go 1.11
Browse files Browse the repository at this point in the history
Updating because the Go version is outside of the support
Golang window.

Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
  • Loading branch information
alexellis committed Sep 21, 2019
1 parent e4c324b commit eafd85a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
FROM golang:1.10.4-alpine3.8
FROM golang:1.11-alpine3.10

ENV CGO_ENABLED=0

RUN mkdir -p /go/src/github.com/openfaas/faas-provider/

Expand Down

0 comments on commit eafd85a

Please sign in to comment.