diff options
| author | Andrew Lytvynov <awly@tailscale.com> | 2025-01-13 10:02:26 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-01-13 10:02:26 -0800 |
| commit | 377127c20ca5cb5660e7086d64bc1fcb3e9da9d8 (patch) | |
| tree | 7bd939f4d37f3baa1fc69157016be828fa10fca0 /Dockerfile.base | |
| parent | 60d19fa00d93f756fe9244a6c6b7ceb806696477 (diff) | |
| download | tailscale-377127c20ca5cb5660e7086d64bc1fcb3e9da9d8.tar.xz tailscale-377127c20ca5cb5660e7086d64bc1fcb3e9da9d8.zip | |
Revert "Dockerfile: bump base alpine image (#14604)" (#14620)
This reverts commit 5fdb4f83ad23f0ee7a9dc08ecc2a0ceeabd81fc3.
Signed-off-by: Andrew Lytvynov <awly@tailscale.com>
Diffstat (limited to 'Dockerfile.base')
| -rw-r--r-- | Dockerfile.base | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile.base b/Dockerfile.base index 5186746a4..eb4f0a02a 100644 --- a/Dockerfile.base +++ b/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 |
