Update Node.js to v17

This commit is contained in:
renovate-bot 2021-12-06 14:59:19 +00:00 committed by Gitea
parent 0aa9bbb10d
commit 295ab0d71a

View File

@ -1,4 +1,4 @@
FROM node:14
FROM node:17
# Create app directory
WORKDIR /usr/src/app