hifiberry / extension_plexamp

Apache License 2.0
1 stars 5 forks source link

Node 20 required for Plexamp from version 4.10 #5

Closed mbolo01 closed 6 months ago

mbolo01 commented 7 months ago

Dockerfile has:

FROM node:16-bullseye-slim

where it should be:

FROM node:20-bullseye-slim

for Plexamp 4.10 and higher to work

hifiberry commented 6 months ago

Done