diff --git a/Dockerfile b/Dockerfile index 278c98e3..22f66e9b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ #Building the Authentication Frontend -FROM node:alpine@sha256:7e467cc5aa91c87e94f93c4608cf234ca24aac3ec941f7f3db207367ccccdd11 AS generate-authentication-frontend +FROM node:alpine@sha256:f4769ca6eeb6ebbd15eb9c8233afed856e437b75f486f7fccaa81d7c8ad56007 AS generate-authentication-frontend WORKDIR /build COPY frontend . RUN corepack enable