Skip to content

Commit

Permalink
Bump alpine from 3.19 to 3.20 in /build
Browse files Browse the repository at this point in the history
Bumps alpine from 3.19 to 3.20.

---
updated-dependencies:
- dependency-name: alpine
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored May 29, 2024
1 parent 7281d3c commit 4f5769a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ RUN make build

FROM golang:1.22 as ca-certs-provider

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

FROM capabilizer as local-capabilizer
Expand Down
2 changes: 1 addition & 1 deletion build/Dockerfile.nginxplus
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ FROM scratch as nginx-files
ADD --link --chown=101:1001 https://cs.nginx.com/static/keys/nginx_signing.rsa.pub nginx_signing.rsa.pub


FROM alpine:3.19
FROM alpine:3.20

ARG NGINX_PLUS_VERSION=R31
ARG NJS_DIR
Expand Down

0 comments on commit 4f5769a

Please sign in to comment.