Use nginx:latest instead of :alpine variant

... to avoid travis CI fails
This commit is contained in:
Thomas Bruederli 2021-01-05 22:06:41 +01:00
parent 9404034e4e
commit becf5d5ce9

View File

@ -32,7 +32,7 @@ services:
- POSTGRES_PASSWORD=roundcube
roundcubenginx:
image: nginx:alpine
image: nginx:latest
container_name: roundcubenginx
ports:
- 80:80