From c07fc338425f1eca72dab548af84e3bedf435e84 Mon Sep 17 00:00:00 2001 From: Zoey Date: Tue, 18 Jun 2024 16:55:20 +0200 Subject: [PATCH] update cloudflared Signed-off-by: Zoey --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index e210fe5..9d3a0ce 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ # syntax=docker/dockerfile:labs FROM --platform=${BUILDPLATFORM} golang:1.22.4-alpine3.20 as build -ARG CLOUDFLARED_VERSION=2024.6.0 +ARG CLOUDFLARED_VERSION=2024.6.1 RUN apk upgrade --no-cache -a && \ apk add --no-cache ca-certificates git build-base bash && \