Skip to content

Commit 57d113c

Browse files
committedMar 27, 2025
Update libjwt version
1 parent f330348 commit 57d113c

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed
 

‎Dockerfile

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,7 @@ RUN set -x \
1010
libexpat1-dev git curl build-essential lsb-release libxml2 libxslt1.1 libxslt1-dev autoconf libtool libssl-dev \
1111
unzip libmaxminddb-dev libbrotli-dev cmake pkg-config libjansson-dev libmsgpack-dev
1212

13-
RUN git clone https://github.com/benmcollins/libjwt.git /home/libjwt && \
14-
cd /home/libjwt && \
15-
git checkout 8ac4200
16-
13+
RUN git clone --depth 1 --branch v3.2.1 https://github.com/benmcollins/libjwt.git /home/libjwt
1714
RUN mkdir -p /home/libjwt/build && \
1815
cd /home/libjwt/build && \
1916
cmake .. && make && make install

0 commit comments

Comments
 (0)