Skip to content
This repository was archived by the owner on Nov 19, 2019. It is now read-only.

Commit 247c48c

Browse files
committed
chore(docker): Upgrade PHP extensions
Changes: - Upgrade APCU (5.1.11 -> 5.1.12) - Upgrade Swoole (4.0.1 -> 4.0.4)
1 parent c27e1b5 commit 247c48c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ env:
1212
- APP_ENV=test
1313
- APP_DEBUG=1
1414
- COMPOSER_METHOD=install
15-
- SWOOLE_VERSION=4.0.1
15+
- SWOOLE_VERSION=4.0.4
1616
- JWT_PRIVATE_KEY_PATH=config/jwt/private.pem
1717
- JWT_PUBLIC_KEY_PATH=config/jwt/public.pem
1818
- JWT_PASSPHRASE=56c247d4c281f5de0d8d9d894f2b605157fd379c

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ ENV COMPOSER_ALLOW_SUPERUSER 1
1616
RUN composer global require "hirak/prestissimo:^0.3" --prefer-dist --no-progress --no-suggest --classmap-authoritative --ansi
1717

1818
# Install php extensions
19-
ARG APCU_VERSION=5.1.11
20-
ARG SWOOLE_VERSION=4.0.1
19+
ARG APCU_VERSION=5.1.12
20+
ARG SWOOLE_VERSION=4.0.4
2121
RUN docker-php-source extract && \
2222
apk add --no-cache --virtual .phpize-deps $PHPIZE_DEPS && \
2323
pecl install apcu-$APCU_VERSION && \

0 commit comments

Comments
 (0)