Skip to content

Commit

Permalink
fix: updated valijson version
Browse files Browse the repository at this point in the history
https://telecominfraproject.atlassian.net/browse/WIFI-13875

Summary of changes:
- Updated valijson version in Docker file to bring in fix for tristanpenman/valijson#181

Signed-off-by: Ivan Chvets <[email protected]>
  • Loading branch information
i-chvets committed Aug 8, 2024
1 parent 451680c commit 0c661b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
ARG DEBIAN_VERSION=11.5-slim
ARG POCO_VERSION=poco-tip-v2
ARG CPPKAFKA_VERSION=tip-v1
ARG VALIJASON_VERSION=tip-v1
ARG VALIJASON_VERSION=tip-v1.0.2
ARG APP_NAME=owgw
ARG APP_HOME_DIR=/openwifi

Expand Down

0 comments on commit 0c661b8

Please sign in to comment.