guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/03: gnu: containerd: Update to 1.3.10 [security fixes].


From: guix-commits
Subject: 02/03: gnu: containerd: Update to 1.3.10 [security fixes].
Date: Wed, 10 Mar 2021 17:39:26 -0500 (EST)

lle_bout pushed a commit to branch master
in repository guix.

commit 9b52ae19b12dc0a0878a1c7012bc79b94876e1ab
Author: Léo Le Bouter <lle-bout@zaclys.net>
AuthorDate: Wed Mar 10 23:37:12 2021 +0100

    gnu: containerd: Update to 1.3.10 [security fixes].
    
    * gnu/packages/docker.scm (containerd): Update to 1.3.10.
---
 gnu/packages/docker.scm | 18 ++++++++----------
 1 file changed, 8 insertions(+), 10 deletions(-)

diff --git a/gnu/packages/docker.scm b/gnu/packages/docker.scm
index e9f3e04..28bf2af 100644
--- a/gnu/packages/docker.scm
+++ b/gnu/packages/docker.scm
@@ -177,18 +177,16 @@ Python without keeping their credentials in a Docker 
configuration file.")
 (define-public containerd
   (package
     (name "containerd")
-    (version "1.2.5")
+    (version "1.3.10")
     (source
      (origin
-      (method git-fetch)
-      (uri (git-reference
-            (url "https://github.com/containerd/containerd";)
-            (commit (string-append "v" version))))
-      (file-name (git-file-name name version))
-      (sha256
-       (base32 "0npbzixf3c0jvzm159vygvkydrr8h36c9sq50yv0mdinrys2bvg0"))
-      (patches
-        (search-patches "containerd-test-with-go1.13.patch"))))
+       (method git-fetch)
+       (uri (git-reference
+             (url "https://github.com/containerd/containerd";)
+             (commit (string-append "v" version))))
+       (file-name (git-file-name name version))
+       (sha256
+        (base32 "10fz7359aydbz0yb01qkrsq2diypayfal618lvvb1x0gvgkp526i"))))
     (build-system go-build-system)
     (arguments
      `(#:import-path "github.com/containerd/containerd"



reply via email to

[Prev in Thread] Current Thread [Next in Thread]