Update:Bump tone version

Addresses #1703. 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
### 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