Skip to content

Commit 0686f3a

Browse files
committed
bump libjwt version
1 parent 1b00254 commit 0686f3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ RUN wget https://github.com/akheron/jansson/archive/v$JANSSON_VERSION.zip && \
3434
make install
3535

3636
# build libjwt
37-
ARG LIBJWT_VERSION=1.8.0
37+
ARG LIBJWT_VERSION=1.9.0
3838
RUN wget https://github.com/benmcollins/libjwt/archive/v$LIBJWT_VERSION.zip && \
3939
unzip v$LIBJWT_VERSION.zip && \
4040
rm v$LIBJWT_VERSION.zip && \

0 commit comments

Comments
 (0)