File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -19,9 +19,9 @@ docker pull deminy/php-couchbase:4.1.6-php8.0
19
19
docker pull deminy/php-couchbase:4.1.6-php8.3
20
20
21
21
# 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
23
23
# ...
24
- docker pull deminy/php-couchbase:4.2.3 -php8.3
24
+ docker pull deminy/php-couchbase:4.2.4 -php8.3
25
25
```
26
26
27
27
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
42
42
docker run --rm -ti deminy/php-couchbase:4.1.6-php8.3 php --ri couchbase
43
43
44
44
# 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
46
46
# ...
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
48
48
```
49
49
50
50
## Build Docker Images Locally
@@ -99,7 +99,7 @@ The Couchbase 4.2.x series works for both AMD64 and ARM64 architectures, and wor
99
99
100
100
``` bash
101
101
export PHP_VERSION=8.2
102
- export COUCHBASE_VERSION=4.2.3
102
+ export COUCHBASE_VERSION=4.2.4
103
103
export PHP_EXTENSION_DIR=no-debug-non-zts-20220829
104
104
105
105
docker build \
You can’t perform that action at this time.
0 commit comments