We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6fd720a commit 541a608Copy full SHA for 541a608
1 file changed
Dockerfile.amd64
@@ -15,7 +15,7 @@ COPY . .
15
RUN GOOS=linux GOARCH=amd64 make cloudflared
16
17
# use a distroless base image with glibc
18
-FROM gcr.io/distroless/base-debian13:nonroot-amd64@sha256:ced0a2b1936b14d5bddc2ee02a807b1586ca6576a967f5b043f4a3301c8a8f6b
+FROM gcr.io/distroless/base-debian13:nonroot-amd64@sha256:ce2a20e0e277b7d913aa8bcfa098fc2a543dc08028f7393434963fa24b39ea81
19
20
LABEL org.opencontainers.image.source="https://github.com/cloudflare/cloudflared"
21
0 commit comments