diff options
Diffstat (limited to 'containerd/Pkgfile')
-rw-r--r-- | containerd/Pkgfile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/containerd/Pkgfile b/containerd/Pkgfile index c5cb90ef0..ad45d2e6f 100644 --- a/containerd/Pkgfile +++ b/containerd/Pkgfile @@ -4,7 +4,7 @@ # Depends on: go btrfs-progs git libseccomp name=containerd -version=1.6.14 +version=1.6.15 release=1 source=(http://jaeger.morpheus.net/linux/crux/files/$name-$version.tar.xz) @@ -16,7 +16,7 @@ build() { cd $name export GOPATH=$SRC # use the long commit hash here - make GIT_COMMIT=9ba4b250366a5ddde94bb7c9d1def331423aa323 + make GIT_COMMIT=5b842e528e99d4d4c1686467debf2bd4b88ecd86 install -d -m 0755 $PKG/usr/bin install -m 0755 bin/* $PKG/usr/bin/ } |