Skip to content

Commit

Permalink
fixed version of Kex in docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
AbdullinAM committed Feb 7, 2024
1 parent 137b5c5 commit 78bfd7c
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 @@ -6,4 +6,4 @@ VERSION=0.0.1
all: $(VERSION)

$(VERSION):
docker build --build-arg="version=$(VERSION)" -f KexStandaloneRun -t abdullin/kex-standalone:$(VERSION)
docker build --build-arg version=$(VERSION) -f KexStandaloneRun -t abdullin/kex-standalone:$(VERSION)

0 comments on commit 78bfd7c

Please sign in to comment.