Skip to content

Commit cac4fed

Browse files
committed
fix versioning in command
1 parent 61f8b8e commit cac4fed

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ docker-build:
7272

7373
docker-build-local:
7474

75-
docker build --pull --no-cache -t local-enviroms:latest .
75+
docker build --pull --no-cache -t local-enviroms:$(version) .
7676

7777
docker-run-di:
7878

0 commit comments

Comments
 (0)