Update docker.io/roundcube/roundcubemail Docker tag to v1.6.7 #4

Merged
renovate merged 1 commits from renovate_docker.io-roundcube-roundcubemail-1.x into main 2024-05-20 07:13:05 +02:00

View File

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