Updated base image

Signed-off-by: Marcus Noble <github@marcusnoble.co.uk>
This commit is contained in:
2022-05-29 16:00:07 +01:00
parent a54fda6f21
commit 3a9c10c8a5
2 changed files with 3 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
.DEFAULT_GOAL := default
IMAGE ?= docker.cluster.fun/private/ci-builder:latest
IMAGE ?= rg.fr-par.scw.cloud/averagemarcus/ci-builder:latest
.PHONY: test # Run all tests, linting and format checks
test: lint check-format run-tests