Skip to content

Commit

Permalink
fix(deps): update all non-major deps
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and rubiin committed Aug 11, 2023
1 parent e3093c4 commit 5be8298
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.5.0-slim
FROM node:20.5.1-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.5.0-slim AS base
FROM node:20.5.1-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 5be8298

Please sign in to comment.