Merge branch 'patch-1' into 'develop'

Update frontend Dockerfile to Node 12.14-Buster from Node 11-Stretch

See merge request funkwhale/funkwhale!1018
merge-requests/1042/head
Eliot Berriot 2020-02-01 10:36:04 +01:00
commit d4ab0bb524
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -1,4 +1,4 @@
FROM node:11
FROM node:12-buster
# 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