Skip to content

Commit f105b1d

Browse files
Add @latest to Dockerfile.heartbeat (#81)
1 parent 5a62379 commit f105b1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/heartbeat/Dockerfile.heartbeat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ RUN apk add git
44
ADD . /go/src/github.com/m-lab/locate
55
RUN go install -v \
66
-ldflags "-X github.com/m-lab/go/prometheusx.GitShortCommit=$(git log -1 --format=%h)" \
7-
github.com/m-lab/locate/cmd/heartbeat
7+
github.com/m-lab/locate/cmd/heartbeat@latest
88

99
# Now copy the resulting command into the minimal base image.
1010
FROM alpine:3.16

0 commit comments

Comments
 (0)