From 20df04d16b6cb9b2acc334caa09f7b4ad2dd67c7 Mon Sep 17 00:00:00 2001 From: Zoey2936 <75573284+Zoey2936@users.noreply.github.com> Date: Tue, 23 Apr 2024 14:36:57 +0000 Subject: [PATCH] update cloudflared version to 2024.4.1 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 fb70bce..13a0145 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ # syntax=docker/dockerfile:labs FROM --platform=${BUILDPLATFORM} golang:1.22.2-alpine3.19 as build -ARG CLOUDFLARED_VERSION=2024.4.0 +ARG CLOUDFLARED_VERSION=2024.4.1 RUN apk upgrade --no-cache -a && \ apk add --no-cache ca-certificates git build-base bash && \