From f2f605076476e1c986c3bc3369a61f2c912c18c2 Mon Sep 17 00:00:00 2001 From: Zoey Date: Thu, 19 Dec 2024 18:45:10 +0100 Subject: [PATCH] Update Dockerfile Signed-off-by: Zoey --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 5bf3ad2..bdc610f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ # syntax=docker/dockerfile:labs FROM --platform=${BUILDPLATFORM} golang:1.23.4-alpine3.21 AS build -ARG CLOUDFLARED_VERSION=2024.12.1 +ARG CLOUDFLARED_VERSION=2024.12.2 RUN apk upgrade --no-cache -a && \ apk add --no-cache ca-certificates git build-base bash && \