summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authormo khan <mo@mokhan.ca>2025-05-11 14:45:37 -0600
committermo khan <mo@mokhan.ca>2025-05-11 21:21:38 -0600
commitfaeeaca326963b9687c3730b90b29fd771393352 (patch)
treead9b37d3ae0832b32dcbce7441f3ad72595a19aa /Makefile
parent1bd9cacc7edbba1971e22286e477105ff7b1b38f (diff)
chore: use image rm instead of rmi
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index e13a0e8..c3b2307 100644
--- a/Makefile
+++ b/Makefile
@@ -10,7 +10,7 @@ sparkled:
clean:
@rm -f sparkled
@go clean -testcache
- @docker rmi -f $(IMAGE_TAG)
+ @docker image rm -f $(IMAGE_TAG)
setup:
@mise install