diff --git a/docs/docker/pr.Dockerfile b/docs/docker/pr.Dockerfile index 5dc5415..f4ff886 100644 --- a/docs/docker/pr.Dockerfile +++ b/docs/docker/pr.Dockerfile @@ -1,4 +1,4 @@ -FROM node:20-alpine3.19@sha256:61e2d8da651b86774b20f244e44a5a796bb70c6b3021aa62db4f78127c906d9b as builder +FROM node:20-alpine3.19@sha256:1cc9088b0fbcb2009a8fc2cb57916cd129cd5e32b3c75fb12bb24bac76917a96 as builder # Set Maintainer LABEL MAINTAINER="Alwyn Mattapullut " # Set the working directory to /app @@ -34,7 +34,7 @@ WORKDIR /app # Copy the build files from the builder stage COPY --from=builder /build/build/ ./ -FROM node:20-alpine3.19@sha256:61e2d8da651b86774b20f244e44a5a796bb70c6b3021aa62db4f78127c906d9b as app +FROM node:20-alpine3.19@sha256:1cc9088b0fbcb2009a8fc2cb57916cd129cd5e32b3c75fb12bb24bac76917a96 as app # Set Maintainer LABEL MAINTAINER="Alwyn Mattapullut " # Set the working directory to /app