From ff9034277b84e480f7943fa3a94cfbb0c874b3b5 Mon Sep 17 00:00:00 2001 From: Zoey Date: Tue, 31 Oct 2023 13:46:28 +0100 Subject: [PATCH] update cloudflared Signed-off-by: Zoey --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index b8123d6..582727e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ FROM --platform=${BUILDPLATFORM} golang:1.20.10-alpine3.18 as build -ARG CLOUDFLARED_VERSION=2023.8.2 \ +ARG CLOUDFLARED_VERSION=2023.10.0 \ TARGETARCH RUN apk add --no-cache ca-certificates git build-base && \