From a14c2e610fc0e465ca890c9b3bc7e13d4c154d88 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Wed, 5 Feb 2020 02:18:10 +0100 Subject: [PATCH] :arrow_up: Upgrades nginx to 1.16.1-r6 --- tasmoadmin/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasmoadmin/Dockerfile b/tasmoadmin/Dockerfile index 7891de7..cc73d6a 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.1-r4 \ + nginx=1.16.1-r6 \ php7-curl=7.3.13-r0 \ php7-fpm=7.3.13-r0 \ php7-json=7.3.13-r0 \