Update Node.js to v18 #71

Closed
renovate-bot wants to merge 1 commits from renovate/node-18.x into main
Showing only changes of commit 864525622e - Show all commits

View File

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