diff options
| author | Maisem Ali <maisem@tailscale.com> | 2022-06-29 08:05:08 -0700 |
|---|---|---|
| committer | Maisem Ali <maisem@gmail.com> | 2022-06-29 10:29:37 -0700 |
| commit | cfa484e1a2dcb40514152d5591df2a3134f9016b (patch) | |
| tree | 474b8641eb23e38e83dfcc4ec94db9fb190b63fa /Dockerfile.base | |
| parent | ef351ac0dd37281448361e29413590f33dfc3f57 (diff) | |
| download | tailscale-cfa484e1a2dcb40514152d5591df2a3134f9016b.tar.xz tailscale-cfa484e1a2dcb40514152d5591df2a3134f9016b.zip | |
Dockerfile: bump alpine to 3.16
Signed-off-by: Maisem Ali <maisem@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 bab913a1d..bf675921c 100644 --- a/Dockerfile.base +++ b/Dockerfile.base @@ -2,5 +2,5 @@ # Use of this source code is governed by a BSD-style # license that can be found in the LICENSE file. -FROM alpine:3.15 +FROM alpine:3.16 RUN apk add --no-cache ca-certificates iptables iproute2 ip6tables |
