Skip to content

Commit 55b23d4

Browse files
Bump alpine from 3.16 to 3.17 in /build (#314)
Bumps alpine from 3.16 to 3.17. --- updated-dependencies: - dependency-name: alpine dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 609f66a commit 55b23d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ COPY internal /go/src/github.com/nginxinc/nginx-kubernetes-gateway/internal
1414
COPY pkg /go/src/github.com/nginxinc/nginx-kubernetes-gateway/pkg
1515
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 .
1616

17-
FROM alpine:3.16 as capabilizer
17+
FROM alpine:3.17 as capabilizer
1818
RUN apk add --no-cache libcap
1919

2020
FROM capabilizer as local-capabilizer

0 commit comments

Comments
 (0)