We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e751113 commit effcbf1Copy full SHA for effcbf1
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:ace6cc3fe58d0c7b12303c57afe6d6724851152df55e08057b43990b927ad5e8 as builder
10
11
# Copy xx scripts
12
COPY --from=xx / /
0 commit comments