diff --git a/docs/Dockerfile b/docs/Dockerfile index 3cefb01e..4545d81c 100644 --- a/docs/Dockerfile +++ b/docs/Dockerfile @@ -11,7 +11,7 @@ RUN pnpm install --frozen-lockfile COPY . . RUN pnpm build -FROM nginx:alpine@sha256:54f2a904c251d5a34adf545a72d32515a15e08418dae0266e23be2e18c66fefa +FROM nginx:alpine@sha256:4a73073bd557c65b759505da037898b61f1be6cbcc3c2c3aeac22d2a470c1752 COPY nginx.conf /etc/nginx/conf.d/default.conf COPY --from=build /app/build /usr/share/nginx/html EXPOSE 80