From d701f9f08105b74d38ae94dd835ffa2c287d05ef Mon Sep 17 00:00:00 2001 From: Egon Elbre Date: Mon, 14 Aug 2023 18:04:26 +0300 Subject: [PATCH] Makefile: use storjlabs/ci:slim We moved the slim build to the same image name and used the tag for distinguishing the different builds. Change-Id: I82e235ba4db6a0b76b1edccab3b13d006c6c9328 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 3d44f5dda..a954edf13 100644 --- a/Makefile +++ b/Makefile @@ -126,7 +126,7 @@ lint: -v ${GOPATH}/pkg:/go/pkg \ -v ${PWD}:/storj \ -w /storj \ - storjlabs/ci-slim \ + storjlabs/ci:slim \ make .lint LINT_TARGET="$(LINT_TARGET)" .PHONY: .lint/testsuite/ui