Skip to content
Snippets Groups Projects
Commit 2292aab8 authored by Sean Smith's avatar Sean Smith Committed by Alex Ellis
Browse files

Update to golang 1.9.7


Issue #660 has been open for a while to update to 1.9.6, this
performs the update to the latest in the 1.9 release (1.9.7)

Signed-off-by: default avatarSean Smith <sean@wwsean08.com>
parent c8f958c4
No related branches found
No related tags found
No related merge requests found
......@@ -26,7 +26,7 @@ You can find the [reference documentation for the Watchdog here](https://github.
This is the basis of a function which generates HTML from MarkDown:
```
FROM golang:1.9.4
FROM golang:1.9.7
RUN mkdir -p /go/src/app
COPY handler.go /go/src/app
WORKDIR /go/src/app
......
FROM golang:1.9.4 as build
FROM golang:1.9.7 as build
RUN curl -sL https://github.com/alexellis/license-check/releases/download/0.2.2/license-check \
> /usr/bin/license-check \
......
#FROM alexellis2/golang:1.9-arm64 as build
FROM golang:1.9.2 as build
FROM golang:1.9.7 as build
WORKDIR /go/src/github.com/openfaas/faas/gateway
#RUN curl -sL https://github.com/alexellis/license-check/releases/download/0.1/license-check > /usr/bin/license-check && chmod +x /usr/bin/license-check
......
FROM golang:1.9.6 as build
FROM golang:1.9.7 as build
WORKDIR /go/src/github.com/openfaas/faas/gateway
......
FROM golang:1.9.4-alpine as builder
FROM golang:1.9.7-alpine as builder
MAINTAINER alex@openfaas.com
ENTRYPOINT []
......
FROM golang:1.9.4-alpine
FROM golang:1.9.7-alpine
MAINTAINER alexellis2@gmail.com
ENTRYPOINT []
......
FROM golang:1.9.4-windowsservercore
FROM golang:1.9.7-windowsservercore
MAINTAINER alexellis2@gmail.com
ENTRYPOINT []
......
FROM golang:1.9.4-alpine as builder
FROM golang:1.9.7-alpine as builder
MAINTAINER alex@openfaas.com
ENTRYPOINT []
......
FROM golang:1.9.4-alpine as builder
FROM golang:1.9.7-alpine as builder
MAINTAINER alex@openfaas.com
ENTRYPOINT []
......
FROM golang:1.9.4-alpine as builder
FROM golang:1.9.7-alpine as builder
MAINTAINER alex@openfaas.com
ENTRYPOINT []
......
FROM golang:1.9.4-alpine as builder
FROM golang:1.9.7-alpine as builder
MAINTAINER alex@openfaas.com
ENTRYPOINT []
......
FROM golang:1.9.4 as build
FROM golang:1.9.7 as build
ARG VERSION
ARG GIT_COMMIT
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment