chore: Bump Alpine base image to 3.18.5 (#80540)

This commit is contained in:
Horst Gutmann
2024-01-16 15:24:40 +01:00
committed by GitHub
parent bdbc3f351c
commit 01e430e821
5 changed files with 39 additions and 39 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.18.3", baseArch)
baseImage := fmt.Sprintf("%salpine:3.18.5", baseArch)
tagSuffix := ""
if useUbuntu {
libc = ""