Skip to content

Commit

Permalink
Merge pull request #47 from GiganticMinecraft/renovate/alpine-3.x
Browse files Browse the repository at this point in the history
chore(deps): update alpine docker tag to v3.20
  • Loading branch information
outductor committed Jun 30, 2024
2 parents 8b95510 + 71114b5 commit 8e808f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion image-definition/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM mikefarah/yq:4.44.1 as yq
FROM cloudflare/cloudflared:2024.6.1 as cloudflared-binary

FROM alpine:3.19
FROM alpine:3.20

COPY --from=cloudflared-binary /usr/local/bin/cloudflared /usr/local/bin/

Expand Down

0 comments on commit 8e808f5

Please sign in to comment.