Skip to content

Commit

Permalink
Update alpine Docker tag to v3.21 (#2874)
Browse files Browse the repository at this point in the history
| datasource | package | from | to   |
| ---------- | ------- | ---- | ---- |
| docker     | alpine  | 3.20 | 3.21 |

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Feb 3, 2025
1 parent 882bab0 commit c9bd90c
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.23 AS ca-certs-provider

FROM alpine:3.20 AS capabilizer
FROM alpine:3.21 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.20
FROM alpine:3.21

ARG NGINX_PLUS_VERSION=R33
ARG NJS_DIR
Expand Down

0 comments on commit c9bd90c

Please sign in to comment.