Docker: add ALPINE.txt to manage alpine versions

The goal here is to

1. make it so that the number doesn't diverge between the various places
   we had it defined
2. not define the number in corp, only in oss

Signed-off-by: Maisem Ali <maisem@tailscale.com>
This commit is contained in:
Maisem Ali
2022-06-29 11:45:33 -07:00
committed by Maisem Ali
parent cfa484e1a2
commit 88133c361e
4 changed files with 51 additions and 0 deletions

View File

@ -10,6 +10,9 @@ import _ "embed"
//go:embed VERSION.txt
var Version string
//go:embed ALPINE.txt
var AlpineDockerTag string
// GoToolchainRev is the git hash from github.com/tailscale/go that this release
// should be built using. It may end in a newline.
//