We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a62379 commit f105b1dCopy full SHA for f105b1d
cmd/heartbeat/Dockerfile.heartbeat
@@ -4,7 +4,7 @@ RUN apk add git
4
ADD . /go/src/github.com/m-lab/locate
5
RUN go install -v \
6
-ldflags "-X github.com/m-lab/go/prometheusx.GitShortCommit=$(git log -1 --format=%h)" \
7
- github.com/m-lab/locate/cmd/heartbeat
+ github.com/m-lab/locate/cmd/heartbeat@latest
8
9
# Now copy the resulting command into the minimal base image.
10
FROM alpine:3.16
0 commit comments