Skip to content

Commit 729c430

Browse files
authored
Update Makefile build image version from 0.0.2 to latest (#122)
1 parent 5532017 commit 729c430

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ plugin:
1212
GO111MODULE=on CGO_ENABLED=0 go build -ldflags '$(LDFLAGS)' -o kubectl-debug cmd/plugin/main.go
1313

1414
agent-docker: agent
15-
docker build . -t aylei/debug-agent:0.0.2
15+
docker build . -t aylei/debug-agent:latest
1616

1717
agent:
1818
$(GO) build -ldflags '$(LDFLAGS)' -o debug-agent cmd/agent/main.go

0 commit comments

Comments
 (0)