ALPINE.txt,Dockerfile{.base},build_docker.sh: bump alpine (#10543)
Bump alpine base image version used to build tailscale/tailscale and tailscale/k8s-operator images 3.16 -> 3.18 Updates #cleanup Signed-off-by: Irbe Krumina <irbe@tailscale.com>main
parent
bac0df6949
commit
1b1b6bb634
@ -1 +1 @@ |
||||
3.16 |
||||
3.18 |
||||
@ -1,5 +1,5 @@ |
||||
# Copyright (c) Tailscale Inc & AUTHORS |
||||
# SPDX-License-Identifier: BSD-3-Clause |
||||
|
||||
FROM alpine:3.16 |
||||
FROM alpine:3.18 |
||||
RUN apk add --no-cache ca-certificates iptables iproute2 ip6tables iputils |
||||
|
||||
Loading…
Reference in new issue