From 30f19a846188efbf36914279bd89dbaa07cebe03 Mon Sep 17 00:00:00 2001 From: bfren Date: Fri, 17 Oct 2025 11:48:18 +0100 Subject: [PATCH 1/2] Bumping version to 2.4.5 --- VERSION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VERSION b/VERSION index ab6d278..26f8b8b 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.4.4 \ No newline at end of file +2.4.5 \ No newline at end of file From 836c27a3be6bdf3e256741396f6acd908b311646 Mon Sep 17 00:00:00 2001 From: bfren Date: Fri, 17 Oct 2025 11:48:24 +0100 Subject: [PATCH 2/2] Using latest base image --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 07309c4..b78afd3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/bfren/alpine-s6:alpine3.22-5.6.6 +FROM ghcr.io/bfren/alpine-s6:alpine3.22-5.6.7 LABEL org.opencontainers.image.source="https://github.com/bfren/docker-wireguard"