Skip to content

Commit b4340f9

Browse files
committed
Update SOP test suite and libraries
1 parent 691d2c1 commit b4340f9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Dockerfile

+4-4
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ FROM ubuntu
44

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

7-
ARG TEST_SUITE_REF=7dbee6afaa7c02369138a8e73fb889b676651f58
7+
ARG TEST_SUITE_REF=646eb471339032e594b336d9f1660bc8cb239feb
88

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

@@ -22,7 +22,7 @@ ENV TEST_SUITE=${TEST_SUITE_DIR}/target/debug/openpgp-interoperability-test-suit
2222

2323
# Install sqop
2424

25-
ARG SQOP_VERSION="0.29.0"
25+
ARG SQOP_VERSION="0.32.0"
2626

2727
RUN cargo install sequoia-sop --version ${SQOP_VERSION} --features=cli
2828

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

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

111-
ARG GOSOP_REF=01540fa6dbae980dfcc10e923ec674b22c454ab9
111+
ARG GOSOP_REF=e6e47b1031e59aa5dcaf92a33a171116e28dbbc2
112112

113113
RUN git clone ${GOSOP_REPO} ${GOSOP_DIR_V2}
114114

@@ -135,7 +135,7 @@ ENV SOP_OPENPGPJS_DIR=/sop-openpgpjs
135135

136136
ARG SOP_OPENPGPJS_REPO=https://github.com/openpgpjs/sop-openpgpjs.git
137137

138-
ARG SOP_OPENPGPJS_REF=3c8846a0a5c57b7a6edb4afabb9de8429c5dce94
138+
ARG SOP_OPENPGPJS_REF=8e94fea08b422dad6cf68498baa3297928031397
139139

140140

141141

0 commit comments

Comments
 (0)