We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca6f776 commit c0d637fCopy full SHA for c0d637f
build/Dockerfile
@@ -9,7 +9,7 @@ RUN go mod download
9
COPY . /go/src/github.com/nginxinc/nginx-gateway-fabric
10
RUN make build
11
12
-FROM alpine:3.18 as capabilizer
+FROM alpine:3.19 as capabilizer
13
RUN apk add --no-cache libcap
14
15
FROM capabilizer as local-capabilizer
0 commit comments