We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 23d4a6f + 9434f78 commit 7022d28Copy full SHA for 7022d28
Makefile
@@ -1,6 +1,7 @@
1
.PHONY: clean install format lint test security build all
2
CONTAINER_BUILD?=docker buildx build
3
-VER?=0.1.7
+# This is the container tag. Only used for development purposes.
4
+VER?=latest
5
6
clean:
7
rm -rf build/
0 commit comments