diff --git a/Makefile b/Makefile index d8ded66..66cbbde 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ .DEFAULT_GOAL := default -IMAGE ?= docker.cluster.fun/averagemarcus/cors-proxy:latest +IMAGE ?= rg.fr-par.scw.cloud/averagemarcus/cors-proxy:latest .PHONY: test # Run all tests, linting and format checks test: lint check-format run-tests