Skip to content

Commit 6caf24b

Browse files
committed
Remove revision from Alpine Linux
This causes noise from dependabot, where it tries to bunch each patch revision in a separate PR. Signed-off-by: Alex Ellis (OpenFaaS Ltd) <[email protected]>
1 parent 9a26982 commit 6caf24b

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
@@ -28,7 +28,7 @@ RUN VERSION=$(git describe --all --exact-match `git rev-parse HEAD` | grep tags
2828
-X github.com/openfaas/faas-netes/version.Version=${VERSION}" \
2929
-a -installsuffix cgo -o faas-netes .
3030

31-
FROM --platform=${TARGETPLATFORM:-linux/amd64} alpine:3.13.2 as ship
31+
FROM --platform=${TARGETPLATFORM:-linux/amd64} alpine:3.13 as ship
3232
LABEL org.label-schema.license="MIT" \
3333
org.label-schema.vcs-url="https://github.com/openfaas/faas-netes" \
3434
org.label-schema.vcs-type="Git" \

0 commit comments

Comments
 (0)