Skip to content

Commit 7929351

Browse files
committed
upgrade libcouchbase to 3.3.13 for Couchbase v3
1 parent 6256262 commit 7929351

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/v3.2.2.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
context: ./dockerfiles/${{ github.ref_name }}/
4343
build-args: |
4444
SWOOLE_IMAGE_TAG=4.8-php${{ matrix.php }}
45-
LIBCOUCHBASE_VERSION=3.3.10
45+
LIBCOUCHBASE_VERSION=3.3.13
4646
platforms: linux/amd64
4747
push: true
4848
tags: deminy/php-couchbase:${{ github.ref_name }}-php${{ matrix.php }}

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ docker build --platform=linux/amd64 -t deminy/php-couchbase:2.6.2-php7.4 dockerf
6161
docker build \
6262
--platform=linux/amd64 \
6363
--build-arg SWOOLE_IMAGE_TAG=4.8-php7.4 \
64-
--build-arg LIBCOUCHBASE_VERSION=3.3.10 \
64+
--build-arg LIBCOUCHBASE_VERSION=3.3.13 \
6565
-t deminy/php-couchbase:3.2.2-php7.4 dockerfiles/3.2.2/.
6666

6767
docker build \

dockerfiles/3.2.2/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ ARG SWOOLE_IMAGE_TAG
22

33
FROM phpswoole/swoole:${SWOOLE_IMAGE_TAG}
44

5-
ARG LIBCOUCHBASE_VERSION=3.3.10
5+
ARG LIBCOUCHBASE_VERSION=3.3.13
66

77
RUN \
88
set -ex && \

0 commit comments

Comments
 (0)