From bf0905a82f24dc2d4c34d94e1d0759e749540413 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Sat, 10 Aug 2019 14:26:54 +0200 Subject: [PATCH] :arrow_up: Upgrades nginx to 1.14.0-0ubuntu1.3 --- vscode/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vscode/Dockerfile b/vscode/Dockerfile index 780ae84..f3b7c06 100755 --- a/vscode/Dockerfile +++ b/vscode/Dockerfile @@ -67,7 +67,7 @@ RUN \ luarocks=2.4.2+dfsg-1 \ mosquitto-clients=1.4.15-2ubuntu0.18.04.3 \ net-tools=1.60+git20161116.90da8a0-1ubuntu1 \ - nginx=1.14.0-0ubuntu1.2 \ + nginx=1.14.0-0ubuntu1.3 \ nmap=7.60-1ubuntu5 \ openssh-client=1:7.6p1-4ubuntu0.3 \ openssl=1.1.0g-2ubuntu4.3 \