Skip to content

Commit

Permalink
Update alpine Docker tag to v3.19.0 (#90)
Browse files Browse the repository at this point in the history
* Update alpine Docker tag to v3.19.0

* Update Dockerfile

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Mads Jon Nielsen <madsjon@gmail.com>
  • Loading branch information
renovate[bot] and firecow authored Dec 20, 2023
1 parent 9e8d715 commit 5742d68
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM cloudflare/cloudflared:2023.10.0 as cloudflared
FROM alpine:3.18.4
FROM alpine:3.19.0

RUN apk add jq~=1.6 --no-cache
RUN apk add jq~=1.7 --no-cache

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

0 comments on commit 5742d68

Please sign in to comment.