diff --git a/tasmoadmin/Dockerfile b/tasmoadmin/Dockerfile index 69dc8b7..090659a 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.18.0-r0 \ + nginx=1.18.0-r1 \ php7-curl=7.3.23-r0 \ php7-fpm=7.3.23-r0 \ php7-json=7.3.23-r0 \