Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Files
F4094526
D1275.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
1 KB
Referenced Files
None
Subscribers
None
D1275.diff
View Options
diff --git a/Dockerfile b/Dockerfile
--- a/Dockerfile
+++ b/Dockerfile
@@ -9,7 +9,7 @@
# Prepare the container
#
-ENV PHP_VERSION 7.1.12
+ENV PHP_VERSION 7.2.0
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 \
@@ -34,10 +34,8 @@
&& dpkg-reconfigure locales
RUN gpg --keyserver pool.sks-keyservers.net --recv-keys \
- 6E4F6AB321FDC07F2C332E3AC2BF0BC433CFC8B3 \
- 0BD78B5F97500D450838F95DFE857D9A90D90EC1 \
- A917B1ECDA84AEC2B568FED6F50ABC807BD5DCD0 \
- 528995BFEDFBA7191D46839EF9BA0ADA31CBD89E \
+ B1B44D8F021E4E2D6021E995DC9FF8D3EE5AF27F \
+ 1729F83938DA44E27BA0F4D3DBDB397470D12172 \
&& 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 \
@@ -62,7 +60,6 @@
--with-curl \
--with-gd \
--with-jpeg-dir \
- --enable-gd-native-ttf \
--enable-ftp \
--with-libedit \
--enable-mbstring \
diff --git a/novolume/Dockerfile b/novolume/Dockerfile
--- a/novolume/Dockerfile
+++ b/novolume/Dockerfile
@@ -9,7 +9,7 @@
# Prepare the container
#
-ENV PHP_VERSION 7.1.12
+ENV PHP_VERSION 7.2.0
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 \
@@ -34,9 +34,8 @@
&& dpkg-reconfigure locales
RUN gpg --keyserver pool.sks-keyservers.net --recv-keys \
- 6E4F6AB321FDC07F2C332E3AC2BF0BC433CFC8B3 \
- 0BD78B5F97500D450838F95DFE857D9A90D90EC1 \
- A917B1ECDA84AEC2B568FED6F50ABC807BD5DCD0 \
+ B1B44D8F021E4E2D6021E995DC9FF8D3EE5AF27F \
+ 1729F83938DA44E27BA0F4D3DBDB397470D12172 \
&& 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 \
@@ -61,7 +60,6 @@
--with-curl \
--with-gd \
--with-jpeg-dir \
- --enable-gd-native-ttf \
--enable-ftp \
--with-libedit \
--enable-mbstring \
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Feb 8, 13:14 (19 h, 25 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2397583
Default Alt Text
D1275.diff (1 KB)
Attached To
Mode
D1275: Upgrade to PHP 7.2.0
Attached
Detach File
Event Timeline
Log In to Comment