From e6c11c96ee4a816338e0f7bdec83c4f0c2d94e0a Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Fri, 16 Aug 2019 21:55:27 +0200 Subject: [PATCH] :arrow_up: Upgrades nginx to 1.16.1-r0 --- tasmoadmin/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasmoadmin/Dockerfile b/tasmoadmin/Dockerfile index 84194f4..d9815bf 100755 --- a/tasmoadmin/Dockerfile +++ b/tasmoadmin/Dockerfile @@ -8,7 +8,7 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"] # Setup base RUN \ apk add --no-cache \ - nginx=1.16.0-r2 \ + nginx=1.16.1-r0 \ php7-curl=7.3.8-r0 \ php7-fpm=7.3.8-r0 \ php7-json=7.3.8-r0 \