Skip to content

Commit f73674e

Browse files
Update alpine Docker tag to v3.22.0 (#136)
* Update alpine Docker tag to v3.22.0 * Update Dockerfile --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Mads Jon Nielsen <madsjon@gmail.com>
1 parent 26048cd commit f73674e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM cloudflare/cloudflared:2025.6.0 as cloudflared
2-
FROM alpine:3.21.3
2+
FROM alpine:3.22.0
33

4-
RUN apk add jq~=1.7 --no-cache
4+
RUN apk add jq~=1.8 --no-cache
55

66
COPY --from=cloudflared /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/ca-certificates.crt
77
COPY --from=cloudflared /usr/local/bin/cloudflared /usr/local/bin

0 commit comments

Comments
 (0)