diff --git a/.build/docker-compose.yml b/.build/docker-compose.yml index 426c432..f9f8b8a 100644 --- a/.build/docker-compose.yml +++ b/.build/docker-compose.yml @@ -4,12 +4,12 @@ services: context: . dockerfile: fpm.Dockerfile args: - - VERSION=29.0.3 + - VERSION=25.0.13 hostname: fpm - image: git.shihaam.dev/dockerfiles/nextcloud:fpm-29.0.3 + image: git.shihaam.dev/dockerfiles/nextcloud/fpm:25.0.13 nginx: build: context: . dockerfile: nginx.Dockerfile hostname: nginx - image: git.shihaam.dev/dockerfiles/nextcloud:nginx-29.0.3 + image: git.shihaam.dev/dockerfiles/nextcloud/nginx