From bdaa6335325147f55eae5f777696f3ff57da770c Mon Sep 17 00:00:00 2001
From: Adar Nimrod <nimrod@shore.co.il>
Date: Sat, 27 Apr 2024 22:49:44 +0300
Subject: [PATCH] Toolbx: Update host-spawn.

---
 toolbx/Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/toolbx/Dockerfile b/toolbx/Dockerfile
index f69f832..91a840d 100644
--- a/toolbx/Dockerfile
+++ b/toolbx/Dockerfile
@@ -1,5 +1,5 @@
 FROM docker.io/golang:1.20 as golang
-RUN go install github.com/1player/host-spawn@1.4.2
+RUN go install github.com/1player/host-spawn@1.5.1
 
 FROM docker.io/debian:testing-backports
 COPY --from=golang /go/bin/host-spawn /usr/local/bin/host-spawn
-- 
GitLab