File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ FROM ubuntu
4
4
5
5
ARG TEST_SUITE_REPO=https://gitlab.com/sequoia-pgp/openpgp-interoperability-test-suite.git
6
6
7
- ARG TEST_SUITE_REF=7dbee6afaa7c02369138a8e73fb889b676651f58
7
+ ARG TEST_SUITE_REF=646eb471339032e594b336d9f1660bc8cb239feb
8
8
9
9
RUN apt update && apt install -y git rustc cargo clang llvm pkg-config nettle-dev
10
10
@@ -22,7 +22,7 @@ ENV TEST_SUITE=${TEST_SUITE_DIR}/target/debug/openpgp-interoperability-test-suit
22
22
23
23
# Install sqop
24
24
25
- ARG SQOP_VERSION="0.29 .0"
25
+ ARG SQOP_VERSION="0.32 .0"
26
26
27
27
RUN cargo install sequoia-sop --version ${SQOP_VERSION} --features=cli
28
28
@@ -108,7 +108,7 @@ RUN mkdir ${GOSOP_DIR_V2}
108
108
109
109
ARG GOSOP_REPO=https://github.com/ProtonMail/gosop.git
110
110
111
- ARG GOSOP_REF=01540fa6dbae980dfcc10e923ec674b22c454ab9
111
+ ARG GOSOP_REF=e6e47b1031e59aa5dcaf92a33a171116e28dbbc2
112
112
113
113
RUN git clone ${GOSOP_REPO} ${GOSOP_DIR_V2}
114
114
@@ -135,7 +135,7 @@ ENV SOP_OPENPGPJS_DIR=/sop-openpgpjs
135
135
136
136
ARG SOP_OPENPGPJS_REPO=https://github.com/openpgpjs/sop-openpgpjs.git
137
137
138
- ARG SOP_OPENPGPJS_REF=3c8846a0a5c57b7a6edb4afabb9de8429c5dce94
138
+ ARG SOP_OPENPGPJS_REF=8e94fea08b422dad6cf68498baa3297928031397
139
139
140
140
141
141
You can’t perform that action at this time.
0 commit comments