slidge: Pin to version 0.4.7 for GoPy

This commit is contained in:
Alex Palaistras 2023-12-14 13:51:33 +00:00
parent 733130db8d
commit 1a7b819b2c

View File

@ -35,7 +35,7 @@ RUN apt-get update -y && apt-get install -y --no-install-recommends \
golang gcc python3-dev
ENV GOBIN=/usr/bin
RUN go install github.com/go-python/gopy@latest && \
RUN go install github.com/go-python/gopy@v0.4.7 && \
go install golang.org/x/tools/cmd/goimports@latest
RUN python3 -m pip install pybindgen