Compare commits

..

No commits in common. "0542365e46b889853128d29bbc0c614fd5d46d5b" and "76f13f80d16c4399485085bd9c77cd1591247cdb" have entirely different histories.

View File

@ -1,5 +1,5 @@
# use latest roundcubemail container
FROM docker.io/roundcube/roundcubemail:1.6.9-apache
FROM docker.io/roundcube/roundcubemail:1.6.8-apache
# prepare basic stuff
RUN set -e && ln -sf bash /bin/sh