Skip to content

Commit 446589e

Browse files
authored
upgrade swoole to 4.4.1
1 parent cfe2484 commit 446589e

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

Dockerfile

+2-5
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,11 @@ ARG work_user=www-data
2323
ENV APP_ENV=${app_env:-"prod"} \
2424
TIMEZONE=${timezone:-"Asia/Shanghai"} \
2525
PHPREDIS_VERSION=4.3.0 \
26-
SWOOLE_VERSION=4.3.5 \
26+
SWOOLE_VERSION=4.4.1 \
2727
COMPOSER_ALLOW_SUPERUSER=1
2828

29-
# Timezone
30-
RUN /bin/cp /usr/share/zoneinfo/Asia/Shanghai /etc/localtime \
31-
&& echo 'Asia/Shanghai' > /etc/timezone \
3229
# Libs -y --no-install-recommends
33-
&& apt-get update \
30+
RUN apt-get update \
3431
&& apt-get install -y \
3532
curl wget git zip unzip less vim openssl \
3633
libz-dev \

0 commit comments

Comments
 (0)