Browse Source

Revert "Dockerfile: bump base alpine image (#14604)" (#14620)

This reverts commit 5fdb4f83ad23f0ee7a9dc08ecc2a0ceeabd81fc3.

Signed-off-by: Andrew Lytvynov <[email protected]>
Andrew Lytvynov 1 year ago
parent
commit
377127c20c
3 changed files with 3 additions and 3 deletions
  1. 1 1
      ALPINE.txt
  2. 1 1
      Dockerfile
  3. 1 1
      Dockerfile.base

+ 1 - 1
ALPINE.txt

@@ -1 +1 @@
-3.21
+3.18

+ 1 - 1
Dockerfile

@@ -62,7 +62,7 @@ RUN GOARCH=$TARGETARCH go install -ldflags="\
       -X tailscale.com/version.gitCommitStamp=$VERSION_GIT_HASH" \
       -v ./cmd/tailscale ./cmd/tailscaled ./cmd/containerboot
 
-FROM alpine:3.21
+FROM alpine:3.18
 RUN apk add --no-cache ca-certificates iptables iproute2 ip6tables
 
 COPY --from=build-env /go/bin/* /usr/local/bin/

+ 1 - 1
Dockerfile.base

@@ -1,5 +1,5 @@
 # Copyright (c) Tailscale Inc & AUTHORS
 # SPDX-License-Identifier: BSD-3-Clause
 
-FROM alpine:3.21
+FROM alpine:3.18
 RUN apk add --no-cache ca-certificates iptables iproute2 ip6tables iputils