Skip to content

Commit ad980e0

Browse files
ewildealexellis
authored andcommitted
Fixes #3 updates golang & alpine
Signed-off-by: Edward Wilde <[email protected]>
1 parent 1f24c34 commit ad980e0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.10.4 as build
1+
FROM golang:1.11 as build
22

33
RUN mkdir -p /go/src/github.com/openfaas-incubator/faas-memory/
44

@@ -20,7 +20,7 @@ RUN gofmt -l -d $(find . -type f -name '*.go' -not -path "./vendor/*") \
2020
-a -installsuffix cgo -o faas-memory .
2121

2222
# Release stage
23-
FROM alpine:3.8
23+
FROM alpine:3.10 as ship
2424

2525
LABEL org.label-schema.license="MIT" \
2626
org.label-schema.vcs-url="https://github.com/openfaas/faas-memory" \

0 commit comments

Comments
 (0)