Skip to content

Commit cfa484e

Browse files
Maisem Alimaisem
Maisem Ali
authored andcommitted
Dockerfile: bump alpine to 3.16
Signed-off-by: Maisem Ali <[email protected]>
1 parent ef351ac commit cfa484e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile.base

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
# Use of this source code is governed by a BSD-style
33
# license that can be found in the LICENSE file.
44

5-
FROM alpine:3.15
5+
FROM alpine:3.16
66
RUN apk add --no-cache ca-certificates iptables iproute2 ip6tables

build_docker.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ export PATH=$PWD/tool:$PATH
2525
eval $(./build_dist.sh shellvars)
2626
DEFAULT_TAGS="v${VERSION_SHORT},v${VERSION_MINOR}"
2727
DEFAULT_REPOS="tailscale/tailscale,ghcr.io/tailscale/tailscale"
28-
DEFAULT_BASE="ghcr.io/tailscale/alpine-base:3.14"
28+
DEFAULT_BASE="ghcr.io/tailscale/alpine-base:3.16"
2929

3030
PUSH="${PUSH:-false}"
3131
REPOS="${REPOS:-${DEFAULT_REPOS}}"

0 commit comments

Comments
 (0)