We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55a8102 commit daa5fccCopy full SHA for daa5fcc
Dockerfile
@@ -25,7 +25,7 @@ RUN git clone https://github.com/mongodb/mongo-c-driver && \
25
# Options to build without native crypto are not documented.
26
RUN git clone https://github.com/mongodb/libmongocrypt && \
27
cd libmongocrypt && \
28
- git checkout 1.5.0 && \
+ git checkout 1.5.2 && \
29
mkdir xbuild && \
30
cd xbuild && \
31
cmake -DCMAKE_PREFIX_PATH="/opt/bson" \
lib/libmongocrypt_helper/version.rb
@@ -1,5 +1,5 @@
1
module LibmongocryptHelper
2
- VERSION = '1.5.0.0.1001'
+ VERSION = '1.5.2.0.1001'
3
4
- LIBMONGOCRYPT_VERSION = '1.5.0'
+ LIBMONGOCRYPT_VERSION = '1.5.2'
5
end
so/libmongocrypt.so
56 Bytes
0 commit comments