Update Dockerfile

This commit is contained in:
Shlee 2020-01-31 19:05:13 +01:00
parent 27cd377b3d
commit d2430dd96b
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
FROM node:11 FROM node:12-buster
# needed to compile translations # needed to compile translations
RUN curl -L -o /usr/local/bin/jq https://github.com/stedolan/jq/releases/download/jq-1.5/jq-linux64 && chmod +x /usr/local/bin/jq RUN curl -L -o /usr/local/bin/jq https://github.com/stedolan/jq/releases/download/jq-1.5/jq-linux64 && chmod +x /usr/local/bin/jq