We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d984c2 commit d77aa55Copy full SHA for d77aa55
Dockerfile
@@ -1,7 +1,7 @@
1
ARG NODE_ENV
2
ARG VITE_MODE
3
4
-FROM node:24.2.0-slim AS builder
+FROM node:24.2.0-slim@sha256:b30c143a092c7dced8e17ad67a8783c03234d4844ee84c39090c9780491aaf89 AS builder
5
6
7
ENV NODE_ENV=${NODE_ENV:-production}
@@ -17,7 +17,7 @@ COPY . .
17
18
RUN npm run build -- --mode=${VITE_MODE}
19
20
-FROM nginx:1.27.5-alpine
+FROM nginx:1.27.5-alpine@sha256:65645c7bb6a0661892a8b03b89d0743208a18dd2f3f17a54ef4b76fb8e2f2a10
21
22
COPY --from=builder /app/dist /usr/share/nginx/html
23
0 commit comments