Skip to content

Commit

Permalink
update node
Browse files Browse the repository at this point in the history
  • Loading branch information
kgtkr committed Jan 16, 2024
1 parent ce5f898 commit 6aa7e13
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 --platform=$BUILDPLATFORM node:16.17.0-slim as build
FROM --platform=$BUILDPLATFORM node:20.11.0-slim as build

WORKDIR /workdir

Expand All @@ -8,7 +8,7 @@ RUN npm ci
# viteのバグ回避のため2回ビルド
RUN npx lerna run build && npx lerna run build

FROM node:16.17.0-alpine
FROM node:20.11.0-alpine

WORKDIR /workdir

Expand Down

0 comments on commit 6aa7e13

Please sign in to comment.