mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-08-02 09:14:40 +02:00
Update:Bump tone version
Addresses #1703. Paths with quotations were not handled by tone<v0.1.3.
This commit is contained in:
parent
a8dab5653b
commit
c7b4b3bd3e
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ RUN npm ci && npm cache clean --force
|
|||
RUN npm run generate
|
||||
|
||||
### STAGE 1: Build server ###
|
||||
FROM sandreas/tone:v0.1.2 AS tone
|
||||
FROM sandreas/tone:v0.1.5 AS tone
|
||||
FROM node:16-alpine
|
||||
|
||||
ENV NODE_ENV=production
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue