From 57be1df905355c66deaf2ffaac3fa43f678fb099 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Sat, 15 Sep 2018 14:36:36 +0200 Subject: [PATCH] :arrow_up: Upgrades nginx to 1.14.0-r1 --- tasmoadmin/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasmoadmin/Dockerfile b/tasmoadmin/Dockerfile index 35f50c6..3dee27e 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.14.0-r0 \ + nginx=1.14.0-r1 \ php7-curl=7.2.8-r1 \ php7-fpm=7.2.8-r1 \ php7-json=7.2.8-r1 \