Skip to content

Commit

Permalink
[0.27.0-DLC][patch] Patches security issue in 0.27.0 DJL lib (#1892)
Browse files Browse the repository at this point in the history
  • Loading branch information
tosterberg authored May 9, 2024
1 parent c5718f9 commit a8c7421
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions serving/docker/scripts/install_djl_serving.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,7 @@ else
rm -rf /opt/djl/logs
fi
fi

cd /usr/local/djl-serving-*/lib
rm api-0.27.0.jar
curl https://publish.djl.ai/djl-serving/patch/api-0.27.0.jar -f -o api-0.27.0.jar

0 comments on commit a8c7421

Please sign in to comment.