We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26cae57 commit ed8714cCopy full SHA for ed8714c
1 file changed
Makefile
@@ -10,7 +10,7 @@ _:
10
echo "default"
11
12
alpine:
13
- docker build --build-arg GO_VERSION=$(GO_VERSION) -f Dockerfile.base.alpine -t $(IMAGE_NAME) .
+ docker build --build-arg GO_VERSION=$(GO_VERSION) -f Dockerfile.base.alpine --target builder -t $(IMAGE_NAME) .
14
15
base: alpine
16
docker rm -f $(CONTAINER_NAME) || true
0 commit comments