From 31c59c1b268257f0cbe1413ac2f267dcaa890944 Mon Sep 17 00:00:00 2001 From: Tristan <39345534+MichelBaie@users.noreply.github.com> Date: Wed, 11 Sep 2024 09:05:32 +0200 Subject: [PATCH] Update README.md (#1390) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 37b158a7..2b22e95a 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ For **stable** versions instead of nightly or development please read **README** | tag | Branch | Example | Description | | - | - | - | - | | `latest` | production | `ghcr.io/wg-easy/wg-easy:latest` or `ghcr.io/wg-easy/wg-easy` | stable as possbile get bug fixes quickly when needed, deployed against `production`. | -| `13` | production | `ghcr.io/wg-easy/wg-easy:13` | same as latest, stick to a version tag. | +| `14` | production | `ghcr.io/wg-easy/wg-easy:14` | same as latest, stick to a version tag. | | `nightly` | master | `ghcr.io/wg-easy/wg-easy:nightly` | mostly unstable gets frequent package and code updates, deployed against `master`. | | `development` | pull requests | `ghcr.io/wg-easy/wg-easy:development` | used for development, testing code from PRs before landing into `master`. |