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
@@ -59,7 +59,7 @@ docker_build () {
esac
if [ $UBUNTU_BASE = "0" ]; then
libc="-musl"
base_image="${base_arch}alpine:3.17"
base_image="${base_arch}alpine:3.18.3"
else
libc=""
base_image="${base_arch}ubuntu:20.04"