Chore: Upgrade Go to 1.20.1 and Alpine to 3.17 (#63639)

This commit is contained in:
Emil Tullstedt
2023-02-27 14:50:32 +01:00
committed by GitHub
parent 5f35995cd4
commit 110b05a0c0
8 changed files with 277 additions and 276 deletions

View File

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