File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 42
42
context : ./dockerfiles/${{ github.ref_name }}/
43
43
build-args : |
44
44
SWOOLE_IMAGE_TAG=4.8-php${{ matrix.php }}
45
- LIBCOUCHBASE_VERSION=3.3.10
45
+ LIBCOUCHBASE_VERSION=3.3.13
46
46
platforms : linux/amd64
47
47
push : true
48
48
tags : deminy/php-couchbase:${{ github.ref_name }}-php${{ matrix.php }}
Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ docker build --platform=linux/amd64 -t deminy/php-couchbase:2.6.2-php7.4 dockerf
61
61
docker build \
62
62
--platform=linux/amd64 \
63
63
--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 \
65
65
-t deminy/php-couchbase:3.2.2-php7.4 dockerfiles/3.2.2/.
66
66
67
67
docker build \
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ ARG SWOOLE_IMAGE_TAG
2
2
3
3
FROM phpswoole/swoole:${SWOOLE_IMAGE_TAG}
4
4
5
- ARG LIBCOUCHBASE_VERSION=3.3.10
5
+ ARG LIBCOUCHBASE_VERSION=3.3.13
6
6
7
7
RUN \
8
8
set -ex && \
You can’t perform that action at this time.
0 commit comments