Skip to content
This repository was archived by the owner on Aug 26, 2026. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/docker/pr.Dockerfile
Original file line number Diff line number Diff line change
@@ -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 <alwyn.mattapullut@epitech.eu>"
# Set the working directory to /app
Expand Down Expand Up @@ -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 <alwyn.mattapullut@epitech.eu>"
# Set the working directory to /app
Expand Down
Loading