Update alpine version to 3.7

This updates alpine version to 3.7 in sample-functions, gateway
and some markdown docas.

Signed-off-by: Ivana Yovcheva (VMware) <iyovcheva@vmware.com>
This commit is contained in:
Ivana Yovcheva (VMware)
2018-04-30 15:31:20 +03:00
committed by Alex Ellis
parent 975cf4be7c
commit 7f6295c9cf
24 changed files with 25 additions and 25 deletions

View File

@ -6,7 +6,7 @@ COPY main.go .
RUN CGO_ENABLED=0 GOOS=linux go build -a -installsuffix cgo -o app .
FROM alpine:3.6
FROM alpine:3.7
RUN apk add --no-cache ca-certificates
WORKDIR /root/

View File

@ -6,7 +6,7 @@ COPY main.go .
RUN CGO_ENABLED=0 GOOS=linux go build -a -installsuffix cgo -o app .
FROM alpine:3.6
FROM alpine:3.7
RUN apk add --no-cache ca-certificates
WORKDIR /root/