Commit bdaa6335 authored by nimrod's avatar nimrod
Browse files

Toolbx: Update host-spawn.

parent 3be95a29
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
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