From f30cd45c39fe8a5816da7d9a1dd194f6b2b3ea2f Mon Sep 17 00:00:00 2001 From: CrazyMax <1951866+crazy-max@users.noreply.github.com> Date: Sun, 28 Apr 2024 00:10:03 +0200 Subject: [PATCH 1/2] update alpine linux to 3.19 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index a1b893d..21e5455 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ # syntax=docker/dockerfile:1 ARG CLOUDFLARED_VERSION=2024.4.1 -ARG ALPINE_VERSION=3.18 +ARG ALPINE_VERSION=3.19 ARG XX_VERSION=1.2.1 # https://github.com/cloudflare/cloudflared/blob/2024.4.1/.github/workflows/check.yaml#L7 From b47be703dca8a2749011f701d0b4ca51c4ba41ef Mon Sep 17 00:00:00 2001 From: CrazyMax <1951866+crazy-max@users.noreply.github.com> Date: Sun, 28 Apr 2024 00:10:20 +0200 Subject: [PATCH 2/2] update xx to 1.4.0 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 21e5455..af43f61 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ ARG CLOUDFLARED_VERSION=2024.4.1 ARG ALPINE_VERSION=3.19 -ARG XX_VERSION=1.2.1 +ARG XX_VERSION=1.4.0 # https://github.com/cloudflare/cloudflared/blob/2024.4.1/.github/workflows/check.yaml#L7 ARG GO_VERSION=1.21