gnu: containerd: Update to 1.3.10 [security fixes].
* gnu/packages/docker.scm (containerd): Update to 1.3.10.
This commit is contained in:
		
							parent
							
								
									83cda00bc6
								
							
						
					
					
						commit
						9b52ae19b1
					
				
					 1 changed files with 8 additions and 10 deletions
				
			
		| 
						 | 
					@ -177,7 +177,7 @@ Python without keeping their credentials in a Docker configuration file.")
 | 
				
			||||||
(define-public containerd
 | 
					(define-public containerd
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "containerd")
 | 
					    (name "containerd")
 | 
				
			||||||
    (version "1.2.5")
 | 
					    (version "1.3.10")
 | 
				
			||||||
    (source
 | 
					    (source
 | 
				
			||||||
     (origin
 | 
					     (origin
 | 
				
			||||||
       (method git-fetch)
 | 
					       (method git-fetch)
 | 
				
			||||||
| 
						 | 
					@ -186,9 +186,7 @@ Python without keeping their credentials in a Docker configuration file.")
 | 
				
			||||||
             (commit (string-append "v" version))))
 | 
					             (commit (string-append "v" version))))
 | 
				
			||||||
       (file-name (git-file-name name version))
 | 
					       (file-name (git-file-name name version))
 | 
				
			||||||
       (sha256
 | 
					       (sha256
 | 
				
			||||||
       (base32 "0npbzixf3c0jvzm159vygvkydrr8h36c9sq50yv0mdinrys2bvg0"))
 | 
					        (base32 "10fz7359aydbz0yb01qkrsq2diypayfal618lvvb1x0gvgkp526i"))))
 | 
				
			||||||
      (patches
 | 
					 | 
				
			||||||
        (search-patches "containerd-test-with-go1.13.patch"))))
 | 
					 | 
				
			||||||
    (build-system go-build-system)
 | 
					    (build-system go-build-system)
 | 
				
			||||||
    (arguments
 | 
					    (arguments
 | 
				
			||||||
     `(#:import-path "github.com/containerd/containerd"
 | 
					     `(#:import-path "github.com/containerd/containerd"
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue