Skip to content

Commit

Permalink
Merge pull request #23 from initia-labs/bump-docker-node
Browse files Browse the repository at this point in the history
bump node to 20 which is the latest lts
  • Loading branch information
beer-1 authored Feb 13, 2024
2 parents d907e4e + aef1493 commit e1b4773
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 e1b4773

Please sign in to comment.