Skip to content

Commit f12ff1b

Browse files
committed
Pin some packages
1 parent 5b7f161 commit f12ff1b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,9 @@ RUN cd /home/${user}/build-root && ./makepkg.sh || true
4545
RUN sudo install -Dm0755 /home/${user}/build-root/abicheck.sh /usr/bin/abicheck
4646
RUN sudo install -Dm0755 /home/${user}/build-root/single-updater.py /usr/bin/single-updater
4747

48-
RUN sudo pip install --break-system-packages git+https://gitlab.com/BuildStream/infrastructure/gitlab-merge-request-generator.git
49-
RUN sudo pip install --break-system-packages git+https://gitlab.com/CodethinkLabs/lorry/bst-to-lorry.git
50-
RUN sudo pip install --break-system-packages libversion
48+
RUN sudo pip install --break-system-packages git+https://gitlab.com/BuildStream/infrastructure/gitlab-merge-request-generator.git@661579cd3e35651413016b796e54779e92478b13
49+
RUN sudo pip install --break-system-packages git+https://gitlab.com/bbhtt/bst-to-lorry.git@4fa8e6c58e400ba6f1be4a167b3b0a6b6d7d86eb
50+
RUN sudo pip install --break-system-packages libversion==1.2.4
5151

5252
RUN sudo pacman --noconfirm -Rdd python-dulwich
5353
RUN sudo pip install --break-system-packages dulwich==0.22.1

0 commit comments

Comments
 (0)