Skip to content

Commit ed8714c

Browse files
committed
Fix make alpine
1 parent 26cae57 commit ed8714c

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
@@ -10,7 +10,7 @@ _:
1010
echo "default"
1111

1212
alpine:
13-
docker build --build-arg GO_VERSION=$(GO_VERSION) -f Dockerfile.base.alpine -t $(IMAGE_NAME) .
13+
docker build --build-arg GO_VERSION=$(GO_VERSION) -f Dockerfile.base.alpine --target builder -t $(IMAGE_NAME) .
1414

1515
base: alpine
1616
docker rm -f $(CONTAINER_NAME) || true

0 commit comments

Comments
 (0)