We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e751113 commit 44c776aCopy full SHA for 44c776a
1 file changed
Dockerfile
@@ -6,7 +6,7 @@ FROM alpine:3.20.0@sha256:77726ef6b57ddf65bb551896826ec38bc3e53f75cdde31354fbffb
6
FROM tonistiigi/xx@sha256:0cd3f05c72d6c9b038eb135f91376ee1169ef3a330d34e418e65e2a5c2e9c0d4 AS xx
7
8
# Stage - Build Cloudflared
9
-FROM golang:1.20-alpine@sha256:e47f121850f4e276b2b210c56df3fda9191278dd84a3a442bfe0b09934462a8f as builder
+FROM golang:1.22-alpine@sha256:b8ded51bad03238f67994d0a6b88680609b392db04312f60c23358cc878d4902 as builder
10
11
# Copy xx scripts
12
COPY --from=xx / /
0 commit comments