fix: wrong node version in docker-file in rss-handler

This commit is contained in:
Hongbo Wu
2023-10-27 16:01:27 +08:00
parent 3293088a71
commit b8eb376226

View File

@ -1,4 +1,4 @@
FROM node:14.18-alpine
FROM node:18.16-alpine
# Run everything after as non-privileged user.
WORKDIR /app