Skip to content

Commit

Permalink
Bump alpine from 3.18 to 3.19 in /build (#1355)
Browse files Browse the repository at this point in the history
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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 12, 2023
1 parent ca6f776 commit c0d637f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ RUN go mod download
COPY . /go/src/github.com/nginxinc/nginx-gateway-fabric
RUN make build

FROM alpine:3.18 as capabilizer
FROM alpine:3.19 as capabilizer
RUN apk add --no-cache libcap

FROM capabilizer as local-capabilizer
Expand Down

0 comments on commit c0d637f

Please sign in to comment.