diff --git a/thelounge/Dockerfile b/thelounge/Dockerfile index f2b70ec..694fc88 100644 --- a/thelounge/Dockerfile +++ b/thelounge/Dockerfile @@ -9,8 +9,8 @@ RUN \ yarn=1.12.3-r0 \ \ && apk add --no-cache \ - nginx=1.14.2-r1 \ - nodejs-current=11.3.0-r0 \ + nginx=1.16.0-r2 \ + nodejs-current=12.4.0-r0 \ \ && yarn global add \ modclean@3.0.0-beta.1 \