Skip to content

Commit 977846d

Browse files
committed
Update Dockerfile for Go 1.18
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <[email protected]>
1 parent 7ba6ca2 commit 977846d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ RUN gofmt -l -d $(find . -type f -name '*.go' -not -path "./vendor/*") \
2323
-a -installsuffix cgo -o faas-memory .
2424

2525
# Release stage
26-
FROM alpine:3.10 as ship
26+
FROM alpine:3.16.2 as ship
2727

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

0 commit comments

Comments
 (0)