diff --git a/toolbx/Dockerfile b/toolbx/Dockerfile index 7d9c765f81b5fd8a4e7168ebb64efaad0b1e8846..f3e04f42ccd68ed46e3070d0a6080096d4e3428a 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