Преглед изворни кода

Docker from Alpine 3.8 (#1956)

PHP 7.2 http://php.net/manual/migration72.incompatible.php
TODO: create_function() is deprecated (used by lib_phpQuery.php)
Alexandre Alapetite пре 7 година
родитељ
комит
e0bc6a2855
2 измењених фајлова са 3 додато и 1 уклоњено
  1. 2 0
      CHANGELOG.md
  2. 1 1
      Docker/Dockerfile

+ 2 - 0
CHANGELOG.md

@@ -2,6 +2,8 @@
 
 ## 2018-XX-XX FreshRSS 1.11.2-dev
 
+* Deployment
+	* Update Docker image to Alpine 3.8 with PHP 7.2 [#1956](https://github.com/FreshRSS/FreshRSS/pull/1956)
 * Bug fixing
 	* Fix bugs when searching with special characters (e.g. preventing marking as read) [#1944](https://github.com/FreshRSS/FreshRSS/issues/1944)
 * Mics.

+ 1 - 1
Docker/Dockerfile

@@ -1,4 +1,4 @@
-FROM alpine:3.7
+FROM alpine:3.8
 
 RUN apk add --no-cache \
 	apache2 php7-apache2 \