Skip to content

Commit

Permalink
bump Dockerfile node version
Browse files Browse the repository at this point in the history
  • Loading branch information
wphan committed Dec 5, 2024
1 parent 7e9702a commit 3f348cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM public.ecr.aws/bitnami/node:18
FROM public.ecr.aws/bitnami/node:20.18.1
RUN apt-get install git
ENV NODE_ENV=production
RUN npm install -g typescript
Expand All @@ -16,4 +16,4 @@ WORKDIR /app
RUN yarn
RUN yarn build

EXPOSE 9464
EXPOSE 9464

0 comments on commit 3f348cb

Please sign in to comment.