Chore: Update ubuntu image to 22.04 (#70719)

This commit is contained in:
Orgad Shaneh
2023-09-28 08:48:41 -05:00
committed by GitHub
parent 5fae64ccbe
commit b0b2158dea
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -74,7 +74,7 @@ func BuildImage(version string, arch config.Architecture, grafanaDir string, use
tagSuffix := ""
if useUbuntu {
libc = ""
baseImage = fmt.Sprintf("%subuntu:20.04", baseArch)
baseImage = fmt.Sprintf("%subuntu:22.04", baseArch)
tagSuffix = "-ubuntu"
}