Update Dockerfile

This commit is contained in:
Shlee 2020-01-31 19:05:13 +01:00
commit d2430dd96b

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