Skip to content

Commit

Permalink
Update setcap image to buster-v2.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
thejoycekung committed Jul 14, 2021
1 parent 2d6dd4e commit 0ce3bf0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build/common.sh
Expand Up @@ -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.6-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}"
Expand Down
2 changes: 1 addition & 1 deletion build/dependencies.yaml
Expand Up @@ -218,7 +218,7 @@ dependencies:
match: configs\[Pause\] = Config{gcRegistry, "pause", "\d+\.\d+.\d+"}

- name: "k8s.gcr.io/setcap: dependents"
version: buster-v2.0.1
version: buster-v2.0.3
refPaths:
- path: build/common.sh
match: __default_setcap_version=
Expand Down

0 comments on commit 0ce3bf0

Please sign in to comment.