From c403f11e0db6933fc567f8cd9d36c27201f59a75 Mon Sep 17 00:00:00 2001 From: bfren Date: Fri, 5 Dec 2025 21:11:48 +0000 Subject: [PATCH 1/4] Bumping version to 3.0.1 --- VERSION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VERSION b/VERSION index 56fea8a..13d683c 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -3.0.0 \ No newline at end of file +3.0.1 \ No newline at end of file From b06bd4ffb099126318578e361413a70ea502a3e6 Mon Sep 17 00:00:00 2001 From: bfren Date: Fri, 5 Dec 2025 21:12:03 +0000 Subject: [PATCH 2/4] Bumping version to 3.1.0 --- VERSION | 2 +- VERSION_MINOR | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index 13d683c..a0cd9f0 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -3.0.1 \ No newline at end of file +3.1.0 \ No newline at end of file diff --git a/VERSION_MINOR b/VERSION_MINOR index f398a20..06a4457 100644 --- a/VERSION_MINOR +++ b/VERSION_MINOR @@ -1 +1 @@ -3.0 \ No newline at end of file +3.1 \ No newline at end of file From 044fc0f2c6b5a850ae7e570cacf000267b375e32 Mon Sep 17 00:00:00 2001 From: bfren Date: Fri, 5 Dec 2025 21:12:43 +0000 Subject: [PATCH 3/4] Updating Wireguard build --- overlay/tmp/WIREGUARD_BUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/overlay/tmp/WIREGUARD_BUILD b/overlay/tmp/WIREGUARD_BUILD index 342a6c4..8213a7b 100644 --- a/overlay/tmp/WIREGUARD_BUILD +++ b/overlay/tmp/WIREGUARD_BUILD @@ -1 +1 @@ -1.0.20250521-r0 \ No newline at end of file +1.0.20250521-r1 \ No newline at end of file From d400ad560928c973c859a2fdcbbb2c66cb8f3045 Mon Sep 17 00:00:00 2001 From: bfren Date: Fri, 5 Dec 2025 21:12:51 +0000 Subject: [PATCH 4/4] Using Alpine 3.23 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 2ddb6c0..f4a2329 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/bfren/alpine-s6:alpine3.22-6.0.1 +FROM quay.io/bfren/alpine-s6:alpine3.23-6.1.0 LABEL org.opencontainers.image.source="https://github.com/bfren/docker-wireguard"