aboutsummaryrefslogtreecommitdiff
path: root/Docker
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2018-07-07 13:45:38 +0200
committerGravatar GitHub <noreply@github.com> 2018-07-07 13:45:38 +0200
commite0bc6a28553e4109663aef6280a0712d7594a396 (patch)
tree1a7b1bfd1b9984f720a00f67459543576217cdd3 /Docker
parenta66b995be7d187a208bf7f66ce4d83911ba5932f (diff)
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)
Diffstat (limited to 'Docker')
-rw-r--r--Docker/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Docker/Dockerfile b/Docker/Dockerfile
index 189d7175a..cca7bb65e 100644
--- a/Docker/Dockerfile
+++ b/Docker/Dockerfile
@@ -1,4 +1,4 @@
-FROM alpine:3.7
+FROM alpine:3.8
RUN apk add --no-cache \
apache2 php7-apache2 \