Skip to content

Commit

Permalink
ok
Browse files Browse the repository at this point in the history
  • Loading branch information
tuna2134 committed Nov 16, 2023
1 parent 2f336e2 commit a7ba68b
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 node:18-slim AS build
FROM node:20-slim AS build

WORKDIR /build

Expand All @@ -10,7 +10,7 @@ RUN pnpm install --frozen-lockfile
COPY . .
RUN pnpm tsc

FROM node:18-slim AS runtime
FROM node:20-slim AS runtime

WORKDIR /app

Expand Down

0 comments on commit a7ba68b

Please sign in to comment.