We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60d19fa commit 377127cCopy full SHA for 377127c
ALPINE.txt
@@ -1 +1 @@
1
-3.21
+3.18
Dockerfile
@@ -62,7 +62,7 @@ RUN GOARCH=$TARGETARCH go install -ldflags="\
62
-X tailscale.com/version.gitCommitStamp=$VERSION_GIT_HASH" \
63
-v ./cmd/tailscale ./cmd/tailscaled ./cmd/containerboot
64
65
-FROM alpine:3.21
+FROM alpine:3.18
66
RUN apk add --no-cache ca-certificates iptables iproute2 ip6tables
67
68
COPY --from=build-env /go/bin/* /usr/local/bin/
Dockerfile.base
@@ -1,5 +1,5 @@
# Copyright (c) Tailscale Inc & AUTHORS
2
# SPDX-License-Identifier: BSD-3-Clause
3
4
5
RUN apk add --no-cache ca-certificates iptables iproute2 ip6tables iputils
0 commit comments