From: Thomas Bruederli Date: Tue, 5 Jan 2021 21:06:41 +0000 (+0100) Subject: Use nginx:latest instead of :alpine variant X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=becf5d5ce964b414390f8cea09c63d3607eae92e;p=roundcube-roundcubemail-docker.git Use nginx:latest instead of :alpine variant ... to avoid travis CI fails --- diff --git a/fpm-alpine/docker-compose.yml b/fpm-alpine/docker-compose.yml index 3041c2f..eae40ad 100644 --- a/fpm-alpine/docker-compose.yml +++ b/fpm-alpine/docker-compose.yml @@ -32,7 +32,7 @@ services: - POSTGRES_PASSWORD=roundcube roundcubenginx: - image: nginx:alpine + image: nginx:latest container_name: roundcubenginx ports: - 80:80