Skip to content

Commit 12290b8

Browse files
authored
Merge pull request #45 from github/mageroni-patch-dockerfile
Update Node.js image to specific SHA256 digest
2 parents d0aee2b + 06a6888 commit 12290b8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:18-slim
1+
FROM node:18-slim@sha256:f9ab18e354e6855ae56ef2b290dd225c1e51a564f87584b9bd21dd651838830e
22
WORKDIR /usr/src/app
33
COPY package.json package-lock.json ./
44
RUN npm ci --production

0 commit comments

Comments
 (0)