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 1b00254 commit 0686f3aCopy full SHA for 0686f3a
Dockerfile
@@ -34,7 +34,7 @@ RUN wget https://github.com/akheron/jansson/archive/v$JANSSON_VERSION.zip && \
34
make install
35
36
# build libjwt
37
-ARG LIBJWT_VERSION=1.8.0
+ARG LIBJWT_VERSION=1.9.0
38
RUN wget https://github.com/benmcollins/libjwt/archive/v$LIBJWT_VERSION.zip && \
39
unzip v$LIBJWT_VERSION.zip && \
40
rm v$LIBJWT_VERSION.zip && \
0 commit comments