Skip to content

Commit

Permalink
Merge pull request #324 from rubiin/renovate/node-21.x
Browse files Browse the repository at this point in the history
chore(deps): update node.js to v21
  • Loading branch information
mergify[bot] authored Oct 23, 2023
2 parents 21877da + ffa04f1 commit 6071f5d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker/dev.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:20.8.0-slim
FROM node:21.0.0-slim
WORKDIR /usr/src/app
RUN npm i -g pnpm
# pnpm fetch does require only lockfile
Expand Down
2 changes: 1 addition & 1 deletion docker/prod.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
## ===========================================================> The common stage
FROM node:20.8.0-slim AS base
FROM node:21.0.0-slim AS base

RUN npm i -g pnpm
## https://engineeringblog.yelp.com/2016/01/dumb-init-an-init-for-docker.html
Expand Down

0 comments on commit 6071f5d

Please sign in to comment.