Skip to content

Commit

Permalink
bump node to 20 which is the latest lts
Browse files Browse the repository at this point in the history
  • Loading branch information
Vritra4 committed Feb 6, 2024
1 parent d907e4e commit aef1493
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions bots/dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:16 AS builder
FROM node:20 AS builder
WORKDIR /usr/src/app

COPY package*.json ./
Expand All @@ -12,4 +12,5 @@ EXPOSE 5001

RUN ["chmod", "+x", "./entrypoint.sh"]

ENTRYPOINT [ "./entrypoint.sh" ]
ENTRYPOINT [ "./entrypoint.sh" ]

0 comments on commit aef1493

Please sign in to comment.