Skip to content

Commit 1c283cd

Browse files
authored
Release v17.09
Release v17.09 (#27)
1 parent e825a94 commit 1c283cd

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
KHS1994_LNMP_DOCKER_VERSION=v17.09-rc13
1+
KHS1994_LNMP_DOCKER_VERSION=v17.09
22

33
# Docker Compose VAR
44

README.cn.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
# 更新记录
1212

13-
每季度(17.09,17.12,18.03...)更新版本,版本命名方式为 `YY-MM`,更新记录请查看 [Releases](https://github.com/khs1994-docker/lnmp/releases),查看最新提交请切换到 [dev 分支](https://github.com/khs1994-docker/lnmp/tree/dev)
13+
每月更新版本,版本命名方式为 `YY-MM`,更新记录请查看 [Releases](https://github.com/khs1994-docker/lnmp/releases),查看最新提交请切换到 [dev 分支](https://github.com/khs1994-docker/lnmp/tree/dev)
1414

1515
# 准备
1616

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Build LNMP within 2 minutes powered by Docker Compose.
99

1010
# Changelog
1111

12-
Updates every quarter (17.09, 17.12, 18.03, etc), For more release information about LNMP Docker, see [Releases](https://github.com/khs1994-docker/lnmp/releases).
12+
Updates every month,Version name is `YY-MM`.For more release information about LNMP Docker, see [Releases](https://github.com/khs1994-docker/lnmp/releases).
1313

1414
# Prerequisites
1515

dockerfile/arm32v7/php-fpm/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ RUN set -xe \
1919
zlib1g-dev \
2020
" \
2121
&& apt-get update && apt-get install -y $buildDeps --no-install-recommends && rm -r /var/lib/apt/lists/* \
22-
&& docker-php-ext-install -j$(nproc) iconv mcrypt pdo_pgsql pdo_mysql zip \
22+
&& docker-php-ext-install -j$(nproc) bcmath iconv mcrypt pdo_pgsql pdo_mysql zip \
2323
&& docker-php-ext-configure gd --with-freetype-dir=/usr/include/ --with-jpeg-dir=/usr/include/ \
2424
&& docker-php-ext-install -j$(nproc) gd \
2525
&& pecl install mongodb \

dockerfile/arm64v8/php-fpm/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ RUN set -xe \
1919
zlib1g-dev \
2020
" \
2121
&& apt-get update && apt-get install -y $buildDeps --no-install-recommends && rm -r /var/lib/apt/lists/* \
22-
&& docker-php-ext-install -j$(nproc) iconv mcrypt pdo_pgsql pdo_mysql zip \
22+
&& docker-php-ext-install -j$(nproc) bcmath iconv mcrypt pdo_pgsql pdo_mysql zip \
2323
&& docker-php-ext-configure gd --with-freetype-dir=/usr/include/ --with-jpeg-dir=/usr/include/ \
2424
&& docker-php-ext-install -j$(nproc) gd \
2525
&& pecl install mongodb \

0 commit comments

Comments
 (0)