From e3c04c5d6c53bcdad05c94156ee7676a89054899 Mon Sep 17 00:00:00 2001 From: Irbe Krumina Date: Wed, 26 Mar 2025 11:58:26 +0000 Subject: [PATCH] build_docker.sh: bump default base image (#15432) We now have a tailscale/alpine-base:3.19 use that as the default base image. Updates tailscale/tailscale#15328 Signed-off-by: Irbe Krumina --- build_docker.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build_docker.sh b/build_docker.sh index f9632ea0a..15105c2ef 100755 --- a/build_docker.sh +++ b/build_docker.sh @@ -16,7 +16,7 @@ eval "$(./build_dist.sh shellvars)" DEFAULT_TARGET="client" DEFAULT_TAGS="v${VERSION_SHORT},v${VERSION_MINOR}" -DEFAULT_BASE="tailscale/alpine-base:3.18" +DEFAULT_BASE="tailscale/alpine-base:3.19" # Set a few pre-defined OCI annotations. The source annotation is used by tools such as Renovate that scan the linked # Github repo to find release notes for any new image tags. Note that for official Tailscale images the default # annotations defined here will be overriden by release scripts that call this script.