1
1
mirror of https://github.com/theoludwig/programming-challenges.git synced 2025-05-18 12:02:53 +02:00

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

View File

@ -1,3 +1,3 @@
FROM node:16.8.0
FROM node:16.9.1
COPY ./ ./
CMD ["node", "solution.js"]