Skip to content

Commit b417cd8

Browse files
Bump alpine from 3.15 to 3.16.1 in /build
Bumps alpine from 3.15 to 3.16.1. --- updated-dependencies: - dependency-name: alpine dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 0f5553b commit b417cd8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ COPY internal /go/src/github.com/nginxinc/nginx-kubernetes-gateway/internal
1313
COPY pkg /go/src/github.com/nginxinc/nginx-kubernetes-gateway/pkg
1414
RUN CGO_ENABLED=0 GOOS=linux go build -trimpath -a -ldflags "-s -w -X main.version=${VERSION} -X main.commit=${GIT_COMMIT} -X main.date=${DATE}" -o gateway .
1515

16-
FROM alpine:3.15 as capabilizer
16+
FROM alpine:3.16.1 as capabilizer
1717
RUN apk add --no-cache libcap
1818

1919
FROM capabilizer as local-capabilizer

0 commit comments

Comments
 (0)