Skip to content

Commit

Permalink
Update Dockerfile for Go 1.18
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <[email protected]>
  • Loading branch information
alexellis committed Aug 15, 2022
1 parent 7ba6ca2 commit 977846d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ RUN gofmt -l -d $(find . -type f -name '*.go' -not -path "./vendor/*") \
-a -installsuffix cgo -o faas-memory .

# Release stage
FROM alpine:3.10 as ship
FROM alpine:3.16.2 as ship

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

0 comments on commit 977846d

Please sign in to comment.