summaryrefslogtreecommitdiffhomepage
path: root/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Dockerfile b/Dockerfile
index e2263f8dc..12df5f5d8 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -62,9 +62,9 @@ ENV VERSION_GIT_HASH=$VERSION_GIT_HASH
ARG TARGETARCH
RUN GOARCH=$TARGETARCH go install -ldflags="\
- -X tailscale.com/version.long=$VERSION_LONG \
- -X tailscale.com/version.short=$VERSION_SHORT \
- -X tailscale.com/version.gitCommit=$VERSION_GIT_HASH" \
+ -X tailscale.com/version.longStamp=$VERSION_LONG \
+ -X tailscale.com/version.shortStamp=$VERSION_SHORT \
+ -X tailscale.com/version.gitCommitStamp=$VERSION_GIT_HASH" \
-v ./cmd/tailscale ./cmd/tailscaled ./cmd/containerboot
FROM alpine:3.16