diff --git a/docker/Dockerfile.docs b/docker/Dockerfile.docs index d4c7b2379e..ae87ec5a21 100644 --- a/docker/Dockerfile.docs +++ b/docker/Dockerfile.docs @@ -43,7 +43,7 @@ COPY protos ./protos RUN pnpm build -FROM nginx:alpine@sha256:a5127daff3d6f4606be3100a252419bfa84fd6ee5cd74d0feaca1a5068f97dcf as runner +FROM nginx:alpine@sha256:f46cb72c7df02710e693e863a983ac42f6a9579058a59a35f1ae36c9958e4ce0 as runner COPY docs/nginx.conf /etc/nginx/templates/default.conf.template COPY --from=builder --chown=nginx:nginx /app/docs/build /etc/nginx/html/