diff --git a/node-red/Dockerfile b/node-red/Dockerfile index 1215850ab..fdc41ca3b 100644 --- a/node-red/Dockerfile +++ b/node-red/Dockerfile @@ -25,8 +25,8 @@ RUN \ && apk add --no-cache \ git=2.24.1-r0 \ lua-resty-http=0.15-r0 \ - nginx-mod-http-lua=1.16.1-r4 \ - nginx=1.16.1-r4 \ + nginx-mod-http-lua=1.16.1-r6 \ + nginx=1.16.1-r6 \ nodejs=12.14.0-r0 \ npm=12.14.0-r0 \ openssh-client=8.1_p1-r0 \