We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f9f633 commit 5115d43Copy full SHA for 5115d43
1 file changed
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM node:16.15.0-alpine
+FROM node:20.15.1-alpine
2
3
WORKDIR /usr/src/app
4
@@ -17,4 +17,4 @@ COPY scripts ./scripts
17
RUN echo "0 */10 * * * /bin/bash /usr/src/app/scripts/syncDiscord/runWithWebhook.sh" >> /var/spool/cron/crontabs/root
18
19
EXPOSE 25
20
-CMD crond && npm start
+CMD crond && npm start
0 commit comments