Skip to content

Commit

Permalink
Update package and docker node
Browse files Browse the repository at this point in the history
  • Loading branch information
hwangsihu committed Oct 19, 2024
1 parent 9eaa397 commit ba10933
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Stage 1: Build TypeScript
FROM node:22 AS builder
FROM node:23 AS builder

WORKDIR /opt/lavamusic/

Expand All @@ -15,7 +15,7 @@ RUN npx prisma db push && \
npm run build

# Stage 2: Create production image
FROM node:22-slim
FROM node:23-slim

ENV NODE_ENV=production

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"devDependencies": {
"@biomejs/biome": "^1.9.4",
"@types/i18n": "^0.13.12",
"@types/node": "^22.7.6",
"@types/node": "^22.7.7",
"@types/signale": "^1.4.7",
"prisma": "^5.21.1",
"typescript": "^5.6.3"
Expand Down

0 comments on commit ba10933

Please sign in to comment.