From 942e8516db4dec89a2833a95bfc9a42b7277f468 Mon Sep 17 00:00:00 2001 From: bfren Date: Tue, 20 Jan 2026 19:50:33 +0000 Subject: [PATCH 1/3] Bumping version to 3.1.2 --- VERSION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VERSION b/VERSION index 50e47c8..6ebad14 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -3.1.1 \ No newline at end of file +3.1.2 \ No newline at end of file From a7287c3d9c95da18fdfcf30949df425aa1f1feca Mon Sep 17 00:00:00 2001 From: bfren Date: Tue, 20 Jan 2026 19:50:36 +0000 Subject: [PATCH 2/3] Updating copyright year to 2026 --- LICENSE | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/LICENSE b/LICENSE index 772d5b3..c62fda9 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2023-2025 bfren +Copyright (c) 2023-2026 bfren Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README.md b/README.md index d9eaea8..5e7296e 100644 --- a/README.md +++ b/README.md @@ -65,4 +65,4 @@ wg-show ## Copyright -> Copyright (c) 2023-2025 [bfren](https://bfren.dev) (unless otherwise stated) +> Copyright (c) 2023-2026 [bfren](https://bfren.dev) (unless otherwise stated) From f662a526b04073157679a55e46dc71448d6744dd Mon Sep 17 00:00:00 2001 From: bfren Date: Tue, 20 Jan 2026 19:50:41 +0000 Subject: [PATCH 3/3] Using latest base image --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index a414d5f..19d1f3c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/bfren/alpine-s6:alpine3.23-6.1.1 +FROM quay.io/bfren/alpine-s6:alpine3.23-6.1.2 LABEL org.opencontainers.image.source="https://github.com/bfren/docker-wireguard"