diff --git a/Makefile b/Makefile index 5d5cbf7..646c23f 100644 --- a/Makefile +++ b/Makefile @@ -11,7 +11,7 @@ composer-install: CMD=install composer-update: CMD=update composer composer-install composer-update: @docker run --rm --interactive --volume $(current-dir):/app --user $(id -u):$(id -g) \ - clevyr/prestissimo $(CMD) \ + yonex/prestissimo $(CMD) \ --ignore-platform-reqs \ --no-ansi \ --no-interaction