From 596c33d2bd6149c9f4b7a1714ccafc62927ba8fa Mon Sep 17 00:00:00 2001
From: Adar Nimrod <nimrod@shore.co.il>
Date: Sun, 22 Sep 2024 20:31:02 +0300
Subject: [PATCH] Toolbx: Update host-spawn.

---
 toolbx/Dockerfile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/toolbx/Dockerfile b/toolbx/Dockerfile
index 7d9c765..f3e04f4 100644
--- a/toolbx/Dockerfile
+++ b/toolbx/Dockerfile
@@ -1,5 +1,5 @@
-FROM docker.io/golang:1.22 as golang
-RUN go install github.com/1player/host-spawn@v1.5.1
+FROM docker.io/golang:1.23 as golang
+RUN go install github.com/1player/host-spawn@v1.6.0
 
 FROM docker.io/debian:testing-backports
 COPY --from=golang /go/bin/host-spawn /usr/local/bin/host-spawn
-- 
GitLab