Loading toolbx/Dockerfile +2 −2 Original line number Diff line number Diff line 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 Loading Loading
toolbx/Dockerfile +2 −2 Original line number Diff line number Diff line 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 Loading