From 854b50ebe1b9ab8687f57efac64a2f4b73012c77 Mon Sep 17 00:00:00 2001 From: Nabarun Pal Date: Wed, 7 Sep 2022 22:13:13 +0530 Subject: [PATCH] update the default go-runner version to v2.3.1-go1.19.1-bullseye.0 Signed-off-by: Nabarun Pal --- build/common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/common.sh b/build/common.sh index 2336768dd2c..95bbd8296e4 100755 --- a/build/common.sh +++ b/build/common.sh @@ -91,7 +91,7 @@ readonly KUBE_CONTAINER_RSYNC_PORT=8730 # These are the default versions (image tags) for their respective base images. readonly __default_distroless_iptables_version=v0.1.1 -readonly __default_go_runner_version=v2.3.1-go1.19-bullseye.0 +readonly __default_go_runner_version=v2.3.1-go1.19.1-bullseye.0 readonly __default_setcap_version=bullseye-v1.3.0 # These are the base images for the Docker-wrapped binaries.