Skip to content

Commit 7022d28

Browse files
authored
Merge pull request #590 from JAORMX/latest-tag
Use `latest` tag to build local codegate container
2 parents 23d4a6f + 9434f78 commit 7022d28

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Makefile

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
.PHONY: clean install format lint test security build all
22
CONTAINER_BUILD?=docker buildx build
3-
VER?=0.1.7
3+
# This is the container tag. Only used for development purposes.
4+
VER?=latest
45

56
clean:
67
rm -rf build/

0 commit comments

Comments
 (0)