Skip to content

Commit

Permalink
update: use newer node version
Browse files Browse the repository at this point in the history
  • Loading branch information
aozaki-kuro authored Aug 12, 2024
1 parent 952d218 commit 1de2e48
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,6 +1,6 @@
# Build

FROM node:18-alpine AS base
FROM node:22-alpine AS base

WORKDIR /app

Expand All @@ -11,7 +11,7 @@ RUN npm run build

# Production

FROM node:18-alpine AS runner
FROM node:22-alpine AS runner

WORKDIR /app

Expand Down

0 comments on commit 1de2e48

Please sign in to comment.