Skip to content

Commit

Permalink
Merge pull request #15 from aozaki-kuro/patch-1
Browse files Browse the repository at this point in the history
update: use lts nodejs
  • Loading branch information
HitomaruKonpaku authored Aug 12, 2024
2 parents 952d218 + 347534e commit 383da61
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:lts-alpine AS base

WORKDIR /app

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

# Production

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

WORKDIR /app

Expand Down

0 comments on commit 383da61

Please sign in to comment.