Skip to content

Commit

Permalink
update: use lts nodejs
Browse files Browse the repository at this point in the history
  • Loading branch information
aozaki-kuro authored Aug 12, 2024
1 parent 952d218 commit 347534e
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 347534e

Please sign in to comment.