Skip to content

Commit 6256262

Browse files
committed
bump Couchbase version of 4.2.x to the latest one (v4.2.4)
1 parent 70171b6 commit 6256262

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ docker pull deminy/php-couchbase:4.1.6-php8.0
1919
docker pull deminy/php-couchbase:4.1.6-php8.3
2020

2121
# Pull Couchbase 4.2.x images.
22-
docker pull deminy/php-couchbase:4.2.3-php8.0
22+
docker pull deminy/php-couchbase:4.2.4-php8.0
2323
# ...
24-
docker pull deminy/php-couchbase:4.2.3-php8.3
24+
docker pull deminy/php-couchbase:4.2.4-php8.3
2525
```
2626

2727
The images use [phpswoole/swoole] as base images. Please refer to the [phpswoole/swoole] repository for more information
@@ -42,9 +42,9 @@ docker run --rm -ti deminy/php-couchbase:4.1.6-php8.0 php --ri couchbase
4242
docker run --rm -ti deminy/php-couchbase:4.1.6-php8.3 php --ri couchbase
4343

4444
# Check Couchbase 4.2.x installations. Note that we have both AMD64 and ARM64 images built for Couchbase 4.2.x.
45-
docker run --rm -ti deminy/php-couchbase:4.2.3-php8.0 php --ri couchbase
45+
docker run --rm -ti deminy/php-couchbase:4.2.4-php8.0 php --ri couchbase
4646
# ...
47-
docker run --rm -ti deminy/php-couchbase:4.2.3-php8.3 php --ri couchbase
47+
docker run --rm -ti deminy/php-couchbase:4.2.4-php8.3 php --ri couchbase
4848
```
4949

5050
## Build Docker Images Locally
@@ -99,7 +99,7 @@ The Couchbase 4.2.x series works for both AMD64 and ARM64 architectures, and wor
9999

100100
```bash
101101
export PHP_VERSION=8.2
102-
export COUCHBASE_VERSION=4.2.3
102+
export COUCHBASE_VERSION=4.2.4
103103
export PHP_EXTENSION_DIR=no-debug-non-zts-20220829
104104

105105
docker build \

0 commit comments

Comments
 (0)