Skip to content

Commit c0d637f

Browse files
Bump alpine from 3.18 to 3.19 in /build (#1355)
Bumps alpine from 3.18 to 3.19. --- 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 ca6f776 commit c0d637f

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
@@ -9,7 +9,7 @@ RUN go mod download
99
COPY . /go/src/github.com/nginxinc/nginx-gateway-fabric
1010
RUN make build
1111

12-
FROM alpine:3.18 as capabilizer
12+
FROM alpine:3.19 as capabilizer
1313
RUN apk add --no-cache libcap
1414

1515
FROM capabilizer as local-capabilizer

0 commit comments

Comments
 (0)