We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f24c34 commit ad980e0Copy full SHA for ad980e0
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM golang:1.10.4 as build
+FROM golang:1.11 as build
2
3
RUN mkdir -p /go/src/github.com/openfaas-incubator/faas-memory/
4
@@ -20,7 +20,7 @@ RUN gofmt -l -d $(find . -type f -name '*.go' -not -path "./vendor/*") \
20
-a -installsuffix cgo -o faas-memory .
21
22
# Release stage
23
-FROM alpine:3.8
+FROM alpine:3.10 as ship
24
25
LABEL org.label-schema.license="MIT" \
26
org.label-schema.vcs-url="https://github.com/openfaas/faas-memory" \
0 commit comments