summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gnu/packages/docker.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/docker.scm b/gnu/packages/docker.scm
index 6dced98e827..a0c90ac5aa0 100644
--- a/gnu/packages/docker.scm
+++ b/gnu/packages/docker.scm
@@ -611,7 +611,7 @@ runcexecutor/executor.go"
611 xz)) 611 xz))
612 (native-inputs 612 (native-inputs
613 (list eudev ; TODO: Should be propagated by lvm2 (.pc -> .pc) 613 (list eudev ; TODO: Should be propagated by lvm2 (.pc -> .pc)
614 go-1.20 gotestsum pkg-config)) 614 go-1.21 gotestsum pkg-config))
615 (synopsis "Container component library and daemon") 615 (synopsis "Container component library and daemon")
616 (description "This package provides a framework to assemble specialized 616 (description "This package provides a framework to assemble specialized
617container systems. It includes components for orchestration, image 617container systems. It includes components for orchestration, image