Skip to content

Commit 5f77e61

Browse files
author
Rui Yang
committed
bump git-crypt to 0.7.0
add flag to allow make with newer OpenSSL in ubuntu jammy Signed-off-by: Rui Yang <ruiya@vmware.com>
1 parent 1df1a65 commit 5f77e61

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

dockerfiles/ubuntu/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ RUN git config --global protocol.file.allow "always"
4040
ADD assets/ /opt/resource/
4141
RUN chmod +x /opt/resource/*
4242

43+
ENV CXXFLAGS -DOPENSSL_API_COMPAT=0x30000000L
4344
ADD scripts/install_git_crypt.sh install_git_crypt.sh
4445
RUN ./install_git_crypt.sh && rm ./install_git_crypt.sh
4546

scripts/install_git_crypt.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ _main() {
99
cd "$tmpdir"
1010
git clone https://github.com/AGWA/git-crypt.git
1111
cd git-crypt
12-
git checkout tags/0.6.0
12+
git checkout tags/0.7.0
1313
make
1414
make install
1515
cd ../..

0 commit comments

Comments
 (0)