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 \