1
0
mirror of https://github.com/advplyr/audiobookshelf.git synced 2025-04-20 01:17:45 +02:00

Update:Bump tone version

Addresses . Paths with quotations were not handled by tone<v0.1.3.
This commit is contained in:
Alex Jackson 2023-04-19 16:22:08 -05:00
parent a8dab5653b
commit c7b4b3bd3e

View File

@ -6,7 +6,7 @@ RUN npm ci && npm cache clean --force
RUN npm run generate RUN npm run generate
### STAGE 1: Build server ### ### STAGE 1: Build server ###
FROM sandreas/tone:v0.1.2 AS tone FROM sandreas/tone:v0.1.5 AS tone
FROM node:16-alpine FROM node:16-alpine
ENV NODE_ENV=production ENV NODE_ENV=production