Pin dependencies
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
FROM node:20 AS build
|
||||
FROM node:20@sha256:1ae9ba874435551280e95c8a8e74adf8a48d72b564bf9dfe4718231f2144c88f AS build
|
||||
ARG PUBLIC_BASE_API_URL=
|
||||
|
||||
WORKDIR /app
|
||||
@@ -6,5 +6,5 @@ WORKDIR /app
|
||||
COPY . ./
|
||||
RUN npm install && npm run build
|
||||
|
||||
FROM nginx:1.27.0-alpine
|
||||
FROM nginx:1.27.0-alpine@sha256:208b70eefac13ee9be00e486f79c695b15cef861c680527171a27d253d834be9
|
||||
COPY --from=build /app/build /usr/share/nginx/html
|
||||
|
||||
Reference in New Issue
Block a user