We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e4194f commit bd2ea3bCopy full SHA for bd2ea3b
1 file changed
docker/Dockerfile.docs
@@ -43,7 +43,7 @@ COPY protos ./protos
43
44
RUN pnpm build
45
46
-FROM nginx:alpine@sha256:a5127daff3d6f4606be3100a252419bfa84fd6ee5cd74d0feaca1a5068f97dcf as runner
+FROM nginx:alpine@sha256:52175fc0394e97029664721dfdb76a8af1e3045532ab5fb2249e555d50f347bc as runner
47
48
COPY docs/nginx.conf /etc/nginx/templates/default.conf.template
49
COPY --from=builder --chown=nginx:nginx /app/docs/build /etc/nginx/html/
0 commit comments