Bump the packaged runc binary version

Not bumping runc in go.mod yet, as upstream Kubernetes still requires
runc/libcontainer v1.0.0-rc95

Signed-off-by: Brad Davidson <brad.davidson@rancher.com>
pull/3610/head
Brad Davidson 2021-07-08 13:45:59 -07:00 committed by Brad Davidson
parent 42ab13a869
commit 267adf64dc
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ cd $(dirname $0)/..
. ./scripts/version.sh
RUNC_VERSION=v1.0.0-rc95
RUNC_VERSION=v1.0.0
ROOT_VERSION=v0.8.1
TRAEFIK_VERSION=9.18.2 # appVersion: 2.4.8
CHARTS_DIR=build/static/charts