File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ FROM ubuntu
44
55ARG 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
99RUN 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
2727RUN cargo install sequoia-sop --version ${SQOP_VERSION} --features=cli
2828
@@ -108,7 +108,7 @@ RUN mkdir ${GOSOP_DIR_V2}
108108
109109ARG GOSOP_REPO=https://github.com/ProtonMail/gosop.git
110110
111- ARG GOSOP_REF=01540fa6dbae980dfcc10e923ec674b22c454ab9
111+ ARG GOSOP_REF=e6e47b1031e59aa5dcaf92a33a171116e28dbbc2
112112
113113RUN git clone ${GOSOP_REPO} ${GOSOP_DIR_V2}
114114
@@ -135,7 +135,7 @@ ENV SOP_OPENPGPJS_DIR=/sop-openpgpjs
135135
136136ARG 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
You can’t perform that action at this time.
0 commit comments