Update tone to v0.1.1

This commit is contained in:
advplyr 2022-10-07 16:21:47 -05:00
parent 793233e782
commit 1fa94cbfad
2 changed files with 4 additions and 4 deletions

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.0.9 AS tone
FROM sandreas/tone:v0.1.1 AS tone
FROM node:16-alpine
ENV NODE_ENV=production