mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-03 20:47:35 +03:00
chore: upgrade to Node 13.11
This commit is contained in:
parent
b03519b09c
commit
fc650cd127
4 changed files with 4 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
|||
#####################################################
|
||||
### Build UI bundles
|
||||
FROM node:13.10-alpine AS jsbuilder
|
||||
FROM node:13.11-alpine AS jsbuilder
|
||||
WORKDIR /src
|
||||
COPY ui/package.json ui/package-lock.json ./
|
||||
RUN npm ci
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue