From 287910d04f2f9defe5f3902bde83143bff95ffc9 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Thu, 2 Jan 2020 20:37:56 +0100 Subject: [PATCH] :arrow_up: Upgrades lua-resty-http to 0.15-0 --- vscode/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vscode/Dockerfile b/vscode/Dockerfile index 33c3b86..7661a2e 100755 --- a/vscode/Dockerfile +++ b/vscode/Dockerfile @@ -78,7 +78,7 @@ RUN \ wget=1.19.4-1ubuntu2.2 \ zsh=5.4.2-3ubuntu3.1 \ \ - && luarocks install lua-resty-http 0.13-0 \ + && luarocks install lua-resty-http 0.15-0 \ \ && curl https://bootstrap.pypa.io/get-pip.py | python3 \ \