Chore: Upgrade Alpine base image to 3.18.3 (#74984)

This commit is contained in:
Horst Gutmann
2023-09-18 12:44:04 +03:00
committed by GitHub
parent 4f0b31d21b
commit 85abf2bebd
5 changed files with 34 additions and 34 deletions
+1 -1
View File
@@ -70,7 +70,7 @@ func BuildImage(version string, arch config.Architecture, grafanaDir string, use
}
libc := "-musl"
baseImage := fmt.Sprintf("%salpine:3.17", baseArch)
baseImage := fmt.Sprintf("%salpine:3.18.3", baseArch)
tagSuffix := ""
if useUbuntu {
libc = ""