Skip to content

Commit

Permalink
Merge pull request #34 from GiganticMinecraft/KisaragiEffective-patch-1
Browse files Browse the repository at this point in the history
fix(deps): upgrade alpine to 3.18
  • Loading branch information
inductor committed May 13, 2023
2 parents 34e13ec + 7afdbaf commit edcb04f
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,6 +1,6 @@
FROM cloudflare/cloudflared:2022.11.1 as cloudflared-binary

FROM alpine:3.17
FROM alpine:3.18

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

Expand Down

0 comments on commit edcb04f

Please sign in to comment.