Skip to content

Commit

Permalink
update to node22
Browse files Browse the repository at this point in the history
  • Loading branch information
luojiyin1987 committed Jan 4, 2025
1 parent 600b202 commit 9a6764c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:20-slim AS base
FROM node:22-slim AS base
RUN apt-get update && \
apt-get install ca-certificates curl libjemalloc-dev -y --no-install-recommends && \
rm -rf /var/lib/apt/lists/*
Expand Down

1 comment on commit 9a6764c

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deploy preview for open-hackathon ready!

✅ Preview
https://open-hackathon-ih0puuz4y-techquerys-projects.vercel.app

Built with commit 9a6764c.
This pull request is being automatically deployed with vercel-action

Please sign in to comment.