Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/processone/ejabberd.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJérôme Sautret <jerome@sautret.org>2022-05-06 16:12:22 +0300
committerJérôme Sautret <jerome@sautret.org>2022-05-06 16:12:22 +0300
commitd0452e3bef6f86a635f7749f49fd8a27006dbb18 (patch)
tree63f8a69d1c5fbca7995f672326a097ed11a6e78f /CONTAINER.md
parentec36dd7ba1df049a95fe4b4f152f9197fe8db9dd (diff)
Update version to 22.0522.05
Diffstat (limited to 'CONTAINER.md')
-rw-r--r--CONTAINER.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTAINER.md b/CONTAINER.md
index 5c5ce62c5..cb32b4090 100644
--- a/CONTAINER.md
+++ b/CONTAINER.md
@@ -267,7 +267,7 @@ Build ejabberd Community Server base image for a given ejabberd version,
both for amd64 and arm64 architectures:
```bash
-VERSION = 21.12
+VERSION = 22.05
docker buildx build \
--platform=linux/amd64,linux/arm64
--build-arg VERSION=$(VERSION) \