From ef08c3b354403a18b437a8232729f739e47493fb Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 2 Sep 2024 08:05:09 +0000 Subject: [PATCH] chore(deps): update docker.io/roundcube/roundcubemail docker tag to v1.6.9 --- Dockerfile.linux.amd64 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.linux.amd64 b/Dockerfile.linux.amd64 index 11c5d83..102f279 100644 --- a/Dockerfile.linux.amd64 +++ b/Dockerfile.linux.amd64 @@ -1,5 +1,5 @@ # use latest roundcubemail container -FROM docker.io/roundcube/roundcubemail:1.6.8-apache +FROM docker.io/roundcube/roundcubemail:1.6.9-apache # prepare basic stuff RUN set -e && ln -sf bash /bin/sh -- 2.34.1