Skip to content
Snippets Groups Projects
Commit d4ab0bb5 authored by Eliot Berriot's avatar Eliot Berriot
Browse files

Merge branch 'patch-1' into 'develop'

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

See merge request funkwhale/funkwhale!1018
parents f9866ca8 d2430dd9
No related branches found
No related tags found
No related merge requests found
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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment