Skip to content

Commit

Permalink
Update Node.js to v21
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 12, 2023
1 parent d493053 commit ec34ea4
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:20-bullseye AS builder
FROM node:21-bullseye AS builder

WORKDIR /app

Expand All @@ -7,7 +7,7 @@ COPY . ./
RUN yarn install \
&& yarn build

FROM node:20-bullseye-slim AS runner
FROM node:21-bullseye-slim AS runner

RUN ln -sf /usr/share/zoneinfo/Asia/Tokyo /etc/localtime

Expand Down

0 comments on commit ec34ea4

Please sign in to comment.