Skip to content

Commit

Permalink
chore: Update interop test version and both gosop
Browse files Browse the repository at this point in the history
  • Loading branch information
lubux committed Jun 27, 2024
1 parent 14d1f09 commit d6d4a32
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ FROM ubuntu

ARG TEST_SUITE_REPO=https://gitlab.com/sequoia-pgp/openpgp-interoperability-test-suite.git

ARG TEST_SUITE_REF=646eb471339032e594b336d9f1660bc8cb239feb
ARG TEST_SUITE_REF=2273f28f86a7407d71cfac34e4fda0a444b4d42a

RUN apt update && apt install -y git rustc cargo clang llvm pkg-config nettle-dev

Expand Down Expand Up @@ -86,7 +86,7 @@ RUN mkdir ${GOSOP_DIR}

ARG GOSOP_REPO=https://github.com/ProtonMail/gosop.git

ARG GOSOP_REF=33c3c882e6b424e2e795a116d5ea213a724096be
ARG GOSOP_REF=30dd70b0383eb3d1c510ac6d2cfd6361ddb26f27

RUN git clone ${GOSOP_REPO} ${GOSOP_DIR}

Expand All @@ -108,7 +108,7 @@ RUN mkdir ${GOSOP_DIR_V2}

ARG GOSOP_REPO=https://github.com/ProtonMail/gosop.git

ARG GOSOP_REF=e6e47b1031e59aa5dcaf92a33a171116e28dbbc2
ARG GOSOP_REF=1b7ce791cdbd1571633abf7056606abfe8301704

RUN git clone ${GOSOP_REPO} ${GOSOP_DIR_V2}

Expand Down

0 comments on commit d6d4a32

Please sign in to comment.