Skip to content

Commit a92996a

Browse files
committed
build: fix dev-docker task
1 parent c650e0a commit a92996a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ docker-hub:
9191
docker tag moov/ach:$(VERSION) moov/ach:latest
9292

9393
.PHONY: dev-docker
94-
dev-docker: update
94+
dev-docker:
9595
docker build --pull --build-arg VERSION=${DEV_VERSION} -t moov/achgateway:${DEV_VERSION} -f Dockerfile .
9696

9797
.PHONY: dev-push

0 commit comments

Comments
 (0)