From b417cd821f50daac1d5ad0b26b19131c9eb47b44 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 Jul 2022 23:09:22 +0000 Subject: [PATCH 1/2] Bump alpine from 3.15 to 3.16.1 in /build Bumps alpine from 3.15 to 3.16.1. --- updated-dependencies: - dependency-name: alpine dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/Dockerfile b/build/Dockerfile index 207c41ac6d..6ff0068a44 100644 --- a/build/Dockerfile +++ b/build/Dockerfile @@ -13,7 +13,7 @@ COPY internal /go/src/github.com/nginxinc/nginx-kubernetes-gateway/internal COPY pkg /go/src/github.com/nginxinc/nginx-kubernetes-gateway/pkg 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 . -FROM alpine:3.15 as capabilizer +FROM alpine:3.16.1 as capabilizer RUN apk add --no-cache libcap FROM capabilizer as local-capabilizer From 6abb3de83d95378037483f3dfb8b28a67b5935b2 Mon Sep 17 00:00:00 2001 From: Luca Comellini Date: Wed, 27 Jul 2022 16:36:39 -0700 Subject: [PATCH 2/2] Remove patch version --- build/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/Dockerfile b/build/Dockerfile index 6ff0068a44..dd5cbb3552 100644 --- a/build/Dockerfile +++ b/build/Dockerfile @@ -13,7 +13,7 @@ COPY internal /go/src/github.com/nginxinc/nginx-kubernetes-gateway/internal COPY pkg /go/src/github.com/nginxinc/nginx-kubernetes-gateway/pkg 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 . -FROM alpine:3.16.1 as capabilizer +FROM alpine:3.16 as capabilizer RUN apk add --no-cache libcap FROM capabilizer as local-capabilizer