Skip to content

Commit b9e85f0

Browse files
Merge pull request #579 from mlibrary/pin-docker-image
Pin Dockerfile image.
2 parents 5887c12 + 7292834 commit b9e85f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:25.8.2
1+
FROM node:25.8.2@sha256:ccfc02deb6abb1b70b6ef21d3d93b3f671c0de6f463ff331cf0ea0a28ad875c9
22
RUN mkdir -p /app/build
33
WORKDIR /app
44
COPY ./package.json ./package-lock.json /app/

0 commit comments

Comments
 (0)