From c92ecdb79c0b962753a1c05d165311bafd95e309 Mon Sep 17 00:00:00 2001 From: Jordan Potter Date: Fri, 29 Sep 2023 16:50:48 -0700 Subject: [PATCH] Add versioning details to README --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index aa23b2d..a55a35a 100644 --- a/README.md +++ b/README.md @@ -103,3 +103,9 @@ $ docker run --rm \ --net=container:wireguard \ nginx ``` + +## Versioning + +This container image is rebuilt weekly with the latest security updates. Each build runs tests to verify all features continue to work as expected, including the kill switch and local network routing. + +Images are tagged with the date of the build in `YYYY-MM-DD` format. The available image tags are listed [here](https://hub.docker.com/r/jordanpotter/wireguard/tags).