Update docker.io/roundcube/roundcubemail Docker tag to v1.6.6 #3

Merged
renovate merged 1 commits from renovate_docker.io-roundcube-roundcubemail-1.x into main 2024-01-21 07:09:34 +01:00
Showing only changes of commit e1dd1204b9 - Show all commits

View File

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