Skip to content

Commit

Permalink
node update
Browse files Browse the repository at this point in the history
  • Loading branch information
appujet committed Aug 27, 2023
1 parent 72cc122 commit 73b5468
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,5 +1,5 @@
# Stage 1: Build TypeScript
FROM node:14 as builder
FROM node:18 as builder

WORKDIR /opt/lavamusic/

Expand All @@ -17,7 +17,7 @@ COPY . .
RUN npm run build

# Stage 2: Create production image
FROM node:14-slim
FROM node:18-slim

ENV NODE_ENV production

Expand Down

0 comments on commit 73b5468

Please sign in to comment.