Compare commits

..
2 changed files with 2 additions and 2 deletions
@@ -1,6 +1,6 @@
services:
roundcube:
image: roundcube/roundcubemail:1.7.2-apache
image: roundcube/roundcubemail:1.7.3-apache
container_name: roundcube
networks:
- default
+1 -1
View File
@@ -2,7 +2,7 @@ terraform {
required_providers {
docker = {
source = "kreuzwerker/docker"
version = "3.9.0"
version = "3.6.2"
}
}
}