Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Files
F3717390
D2234.id5618.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
2 KB
Referenced Files
None
Subscribers
None
D2234.id5618.diff
View Options
diff --git a/Dockerfile b/Dockerfile
--- a/Dockerfile
+++ b/Dockerfile
@@ -9,12 +9,13 @@
# Prepare the container
#
-ENV PHP_VERSION 7.2.27
+ENV PHP_VERSION 7.3.14
ENV PHP_EXTRA_CONFIGURE_ARGS --enable-fpm --with-fpm-user=app --with-fpm-group=app
ENV PHP_INI_DIR /usr/local/etc/php
ENV PHP_BUILD_DEPS bzip2 \
file \
libbz2-dev \
+ libzip-dev \
libcurl4-openssl-dev \
libjpeg-dev \
libpng12-dev \
@@ -36,8 +37,8 @@
&& dpkg-reconfigure locales
RUN gpg --keyserver pool.sks-keyservers.net --recv-keys \
- B1B44D8F021E4E2D6021E995DC9FF8D3EE5AF27F \
- 1729F83938DA44E27BA0F4D3DBDB397470D12172 \
+ CBAF69F173A0FEA4B537F470D66C9593118BCCB6 \
+ F38252826ACD957EF380D39F2F7956BC5DA04B5D \
&& mkdir -p $PHP_INI_DIR/conf.d \
&& set -x \
&& curl -SL "http://php.net/get/php-$PHP_VERSION.tar.bz2/from/this/mirror" -o php.tar.bz2 \
@@ -77,6 +78,7 @@
--with-readline \
--with-zlib \
--enable-zip \
+ --with-libzip \
&& make -j"$(nproc)" \
&& make install \
&& { find /usr/local/bin /usr/local/sbin -type f -executable -exec strip --strip-all '{}' + || true; } \
diff --git a/novolume/Dockerfile b/novolume/Dockerfile
--- a/novolume/Dockerfile
+++ b/novolume/Dockerfile
@@ -9,12 +9,13 @@
# Prepare the container
#
-ENV PHP_VERSION 7.2.27
+ENV PHP_VERSION 7.3.14
ENV PHP_EXTRA_CONFIGURE_ARGS --enable-fpm --with-fpm-user=app --with-fpm-group=app
ENV PHP_INI_DIR /usr/local/etc/php
ENV PHP_BUILD_DEPS bzip2 \
file \
libbz2-dev \
+ libzip-dev \
libcurl4-openssl-dev \
libjpeg-dev \
libpng12-dev \
@@ -36,8 +37,8 @@
&& dpkg-reconfigure locales
RUN gpg --keyserver pool.sks-keyservers.net --recv-keys \
- B1B44D8F021E4E2D6021E995DC9FF8D3EE5AF27F \
- 1729F83938DA44E27BA0F4D3DBDB397470D12172 \
+ CBAF69F173A0FEA4B537F470D66C9593118BCCB6 \
+ F38252826ACD957EF380D39F2F7956BC5DA04B5D \
&& mkdir -p $PHP_INI_DIR/conf.d \
&& set -x \
&& curl -SL "http://php.net/get/php-$PHP_VERSION.tar.bz2/from/this/mirror" -o php.tar.bz2 \
@@ -77,6 +78,7 @@
--with-readline \
--with-zlib \
--enable-zip \
+ --with-libzip \
&& make -j"$(nproc)" \
&& make install \
&& { find /usr/local/bin /usr/local/sbin -type f -executable -exec strip --strip-all '{}' + || true; } \
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Nov 7, 04:43 (21 h, 11 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2232465
Default Alt Text
D2234.id5618.diff (2 KB)
Attached To
Mode
D2234: Upgrade to PHP 7.3.14
Attached
Detach File
Event Timeline
Log In to Comment