Update setcap image to buster-v2.0.3

This commit is contained in:
Joyce Kung
2021-06-26 15:16:12 -04:00
parent 0a8a9188c9
commit aeccadda4f
2 changed files with 2 additions and 2 deletions

View File

@@ -88,7 +88,7 @@ readonly KUBE_CONTAINER_RSYNC_PORT=8730
# These are the default versions (image tags) for their respective base images.
readonly __default_debian_iptables_version=buster-v1.6.5
readonly __default_go_runner_version=v2.3.1-go1.16.5-buster.0
readonly __default_setcap_version=buster-v2.0.1
readonly __default_setcap_version=buster-v2.0.3
# These are the base images for the Docker-wrapped binaries.
readonly KUBE_GORUNNER_IMAGE="${KUBE_GORUNNER_IMAGE:-$KUBE_BASE_IMAGE_REGISTRY/go-runner:$__default_go_runner_version}"