git.99rst.org
/
roundcube-roundcubemail-docker.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
591e37a
)
Fix #6
author
madmath03
<redacted>
Sat, 24 Mar 2018 21:12:55 +0000
(22:12 +0100)
committer
madmath03
<redacted>
Sat, 24 Mar 2018 21:12:55 +0000
(22:12 +0100)
php-apache/Dockerfile
patch
|
blob
|
history
php-fpm/Dockerfile
patch
|
blob
|
history
diff --git
a/php-apache/Dockerfile
b/php-apache/Dockerfile
index 9512ced2d92dc1f014a2460e04b54048c3baa408..5fb787a3591b76686e66d187b55a4c99b4b659c6 100644
(file)
--- a/
php-apache/Dockerfile
+++ b/
php-apache/Dockerfile
@@
-1,5
+1,5
@@
FROM php:7.1-apache
-MAINTAINER Thomas Bruederli <thomas@roundcube.net>
+LABEL maintainer="Thomas Bruederli <thomas@roundcube.net>"
RUN apt-get -qq update \
&& apt-get install -qq \
diff --git
a/php-fpm/Dockerfile
b/php-fpm/Dockerfile
index f07ccff8cbfd3ac38f680b45cfff232b46ad64b4..17863a14f74afdf45da38528837fddabc14a47bf 100644
(file)
--- a/
php-fpm/Dockerfile
+++ b/
php-fpm/Dockerfile
@@
-1,5
+1,5
@@
FROM php:7.1-fpm
-MAINTAINER Thomas Bruederli <thomas@roundcube.net>
+LABEL maintainer="Thomas Bruederli <thomas@roundcube.net>"
RUN apt-get -qq update \
&& apt-get install -qq \
git clone https://git.99rst.org/PROJECT