From 4ba174ff32104ce688e532cd05526ca164a3e230 Mon Sep 17 00:00:00 2001 From: Adar Nimrod <nimrod@shore.co.il> Date: Fri, 23 Jun 2023 23:14:13 +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 701b4a9..8fe2564 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.1 +RUN go install github.com/1player/host-spawn@1.4.2 FROM docker.io/debian:testing-backports COPY --from=golang /go/bin/host-spawn /usr/local/bin/host-spawn -- GitLab