Skip to content

Commit b00216e

Browse files
Bump alpine from 3.17 to 3.18 in /build (#635)
Bumps alpine from 3.17 to 3.18. --- updated-dependencies: - dependency-name: alpine dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent dc046cc commit b00216e

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
@@ -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.17 as capabilizer
17+
FROM alpine:3.18 as capabilizer
1818
RUN apk add --no-cache libcap
1919

2020
FROM capabilizer as local-capabilizer

0 commit comments

Comments
 (0)