We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d0aee2b + 06a6888 commit 12290b8Copy full SHA for 12290b8
1 file changed
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM node:18-slim
+FROM node:18-slim@sha256:f9ab18e354e6855ae56ef2b290dd225c1e51a564f87584b9bd21dd651838830e
2
WORKDIR /usr/src/app
3
COPY package.json package-lock.json ./
4
RUN npm ci --production
0 commit comments