From 79d5a101396784b75d22b60ed9cd1576d37f1e88 Mon Sep 17 00:00:00 2001 From: Zoey2936 <75573284+Zoey2936@users.noreply.github.com> Date: Wed, 31 Jul 2024 19:48:44 +0000 Subject: [PATCH] update cloudflared version to 2024.7.3 Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 7d62323..642d0cc 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ # syntax=docker/dockerfile:labs FROM --platform=${BUILDPLATFORM} golang:1.22.5-alpine3.20 AS build -ARG CLOUDFLARED_VERSION=2024.7.2 +ARG CLOUDFLARED_VERSION=2024.7.3 RUN apk upgrade --no-cache -a && \ apk add --no-cache ca-certificates git build-base bash && \