Skip to content
This repository was archived by the owner on Mar 10, 2024. It is now read-only.

Commit 891467e

Browse files
committed
downgrade libjwt and libjansson
1 parent 9908b1b commit 891467e

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,5 @@ libjansson.so.4.13.0
77
libjwt.so.0.7.0
88
jansson.pc
99
libjwt.pc
10+
libjansson.so.4.10.0
11+
libjwt.so.0.4.0

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ FROM centos:7
33
LABEL maintainer="TeslaGov" email="[email protected]"
44

55
ARG NGINX_VERSION=1.16.1
6-
ARG JANSSON_VERSION=2.13.1
7-
ARG LIBJWT_VERSION=1.12.0
6+
ARG JANSSON_VERSION=2.10
7+
ARG LIBJWT_VERSION=1.9.0
88

99
ENV LD_LIBRARY_PATH=/usr/local/lib
1010
ENV PKG_CONFIG_PATH=/usr/local/lib/pkgconfig:/usr/share/pkgconfig

0 commit comments

Comments
 (0)