Skip to content

Commit 377127c

Browse files
authored
Revert "Dockerfile: bump base alpine image (tailscale#14604)" (tailscale#14620)
This reverts commit 5fdb4f8. Signed-off-by: Andrew Lytvynov <[email protected]>
1 parent 60d19fa commit 377127c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

ALPINE.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.21
1+
3.18

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ RUN GOARCH=$TARGETARCH go install -ldflags="\
6262
-X tailscale.com/version.gitCommitStamp=$VERSION_GIT_HASH" \
6363
-v ./cmd/tailscale ./cmd/tailscaled ./cmd/containerboot
6464

65-
FROM alpine:3.21
65+
FROM alpine:3.18
6666
RUN apk add --no-cache ca-certificates iptables iproute2 ip6tables
6767

6868
COPY --from=build-env /go/bin/* /usr/local/bin/

Dockerfile.base

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Copyright (c) Tailscale Inc & AUTHORS
22
# SPDX-License-Identifier: BSD-3-Clause
33

4-
FROM alpine:3.21
4+
FROM alpine:3.18
55
RUN apk add --no-cache ca-certificates iptables iproute2 ip6tables iputils

0 commit comments

Comments
 (0)