diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-11-03 13:12:33 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-11-05 22:31:00 +0700 |
commit | 5253e1561a364e134a93c42fc2f9dbcd4e6074e3 (patch) | |
tree | 9074eb71280654566a0d38cc174ef856bc63b114 /system/containerd/containerd.SlackBuild | |
parent | 315915c44dce37f08ce440212a1dc99e3c3508ad (diff) |
system/containerd: Updated for version 1.5.7.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/containerd/containerd.SlackBuild')
-rw-r--r-- | system/containerd/containerd.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/containerd/containerd.SlackBuild b/system/containerd/containerd.SlackBuild index fe952f8165087..0fc1675064399 100644 --- a/system/containerd/containerd.SlackBuild +++ b/system/containerd/containerd.SlackBuild @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=containerd -VERSION=${VERSION:-1.4.4} +VERSION=${VERSION:-1.5.7} GITHASH=${GITHASH:-05f951a3781f4f2c1911b05e61c160e9c30eaa8e} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |