build(deps): update latest

This commit is contained in:
Divlo
2021-09-21 15:24:57 +02:00
parent 939e7a57ac
commit aabe22adbd
7 changed files with 998 additions and 895 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
FROM node:16.8.0
FROM node:16.9.1
RUN npm install --global ts-node typescript @types/node
COPY ./ ./
CMD ["ts-node", "solution.ts"]