mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-22 16:20:52 +01:00
Update version to 22.05
This commit is contained in:
parent
ec36dd7ba1
commit
d0452e3bef
@ -267,7 +267,7 @@ Build ejabberd Community Server base image for a given ejabberd version,
|
|||||||
both for amd64 and arm64 architectures:
|
both for amd64 and arm64 architectures:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
VERSION = 21.12
|
VERSION = 22.05
|
||||||
docker buildx build \
|
docker buildx build \
|
||||||
--platform=linux/amd64,linux/arm64
|
--platform=linux/amd64,linux/arm64
|
||||||
--build-arg VERSION=$(VERSION) \
|
--build-arg VERSION=$(VERSION) \
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
# Process this file with autoconf to produce a configure script.
|
# Process this file with autoconf to produce a configure script.
|
||||||
|
|
||||||
AC_PREREQ(2.59)
|
AC_PREREQ(2.59)
|
||||||
AC_INIT(ejabberd, m4_esyscmd([echo `git describe --tags 2>/dev/null || echo 21.12` | sed 's/-g.*//;s/-/./' | tr -d '\012']), [ejabberd@process-one.net], [ejabberd])
|
AC_INIT(ejabberd, m4_esyscmd([echo `git describe --tags 2>/dev/null || echo 22.05` | sed 's/-g.*//;s/-/./' | tr -d '\012']), [ejabberd@process-one.net], [ejabberd])
|
||||||
REQUIRE_ERLANG_MIN="8.3 (Erlang/OTP 19.3)"
|
REQUIRE_ERLANG_MIN="8.3 (Erlang/OTP 19.3)"
|
||||||
REQUIRE_ERLANG_MAX="100.0.0 (No Max)"
|
REQUIRE_ERLANG_MAX="100.0.0 (No Max)"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user