We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3093c4 commit 5be8298Copy full SHA for 5be8298
docker/dev.Dockerfile
@@ -1,4 +1,4 @@
1
-FROM node:20.5.0-slim
+FROM node:20.5.1-slim
2
WORKDIR /usr/src/app
3
RUN npm i -g pnpm
4
# pnpm fetch does require only lockfile
docker/prod.Dockerfile
@@ -1,5 +1,5 @@
## ===========================================================> The common stage
-FROM node:20.5.0-slim AS base
+FROM node:20.5.1-slim AS base
5
## https://engineeringblog.yelp.com/2016/01/dumb-init-an-init-for-docker.html
0 commit comments