mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-06 05:57:35 +03:00
fix: there are no docker images available for node 13.9
This commit is contained in:
parent
9044aa8740
commit
14b33bc34d
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
#####################################################
|
#####################################################
|
||||||
### Build UI bundles
|
### Build UI bundles
|
||||||
FROM node:13.9-alpine AS jsbuilder
|
FROM node:13.8-alpine AS jsbuilder
|
||||||
WORKDIR /src
|
WORKDIR /src
|
||||||
COPY ui/package.json ui/package-lock.json ./
|
COPY ui/package.json ui/package-lock.json ./
|
||||||
RUN npm ci
|
RUN npm ci
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue