Skip to content

Commit d6714bb

Browse files
Bump alpine from 3.15 to 3.16 in /build (#147)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Luca Comellini <luca.com@gmail.com>
1 parent 0f5553b commit d6714bb

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 as capabilizer
1717
RUN apk add --no-cache libcap
1818

1919
FROM capabilizer as local-capabilizer

0 commit comments

Comments
 (0)