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 9908b1b commit 891467eCopy full SHA for 891467e
.gitignore
@@ -7,3 +7,5 @@ libjansson.so.4.13.0
7
libjwt.so.0.7.0
8
jansson.pc
9
libjwt.pc
10
+libjansson.so.4.10.0
11
+libjwt.so.0.4.0
Dockerfile
@@ -3,8 +3,8 @@ FROM centos:7
3
LABEL maintainer="TeslaGov" email="[email protected]"
4
5
ARG NGINX_VERSION=1.16.1
6
-ARG JANSSON_VERSION=2.13.1
-ARG LIBJWT_VERSION=1.12.0
+ARG JANSSON_VERSION=2.10
+ARG LIBJWT_VERSION=1.9.0
ENV LD_LIBRARY_PATH=/usr/local/lib
ENV PKG_CONFIG_PATH=/usr/local/lib/pkgconfig:/usr/share/pkgconfig
0 commit comments