Skip to content

Commit

Permalink
feat: Support older docker versions just in case
Browse files Browse the repository at this point in the history
See https://docs.docker.com/build/buildkit/#getting-started

Signed-off-by: Víctor Cuadrado Juan <vcuadradojuan@suse.de>
  • Loading branch information
viccuad committed Dec 6, 2023
1 parent 270d365 commit 07d5a0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ build: fmt vet lint ## Build audit-scanner binary.

.PHONY: docker-build
docker-build: unit-tests
docker build -t ${IMG} .
DOCKER_BUILDKIT=1 docker build -t ${IMG} .

0 comments on commit 07d5a0c

Please sign in to comment.