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 7ba6ca2 commit 977846dCopy full SHA for 977846d
Dockerfile
@@ -23,7 +23,7 @@ RUN gofmt -l -d $(find . -type f -name '*.go' -not -path "./vendor/*") \
23
-a -installsuffix cgo -o faas-memory .
24
25
# Release stage
26
-FROM alpine:3.10 as ship
+FROM alpine:3.16.2 as ship
27
28
LABEL org.label-schema.license="MIT" \
29
org.label-schema.vcs-url="https://github.com/openfaas/faas-memory" \
0 commit comments