Skip to content

Commit b777236

Browse files
dependabot[bot]alexellis
authored andcommitted
Bump alpine from 3.14 to 3.15.0
Bumps alpine from 3.14 to 3.15.0. --- updated-dependencies: - dependency-name: alpine dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 5c301cb commit b777236

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
@@ -29,7 +29,7 @@ RUN GOOS=${TARGETOS} GOARCH=${TARGETARCH} go build \
2929
-X github.com/openfaas/faas-netes/version.Version=${VERSION}" \
3030
-a -installsuffix cgo -o faas-netes .
3131

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

0 commit comments

Comments
 (0)