Update Dockerfile
This commit is contained in:
parent
27cd377b3d
commit
d2430dd96b
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue