Skip to content

fix: CI failing to deploy due to default insecure TLS cipher suite (tlsv1)

Hugo Hromic requested to merge (removed):hhromic-master-patch-24741 into master
  • the node:10 image uses tlsv1 by default which is now rejected by repology.org
  • using node:14-buster instead (npx requires non-root in node:16)
  • using buster instead of bullseye due to --no-sandbox not working
  • using gitbook-cli@2.2.0 due to later versions failing with node 12+ 1
  • extra: removed obsolete sed fix-up as this was added upstream in svgexport 2
  1. https://github.com/GitbookIO/gitbook-cli/issues/110

  2. https://github.com/shakiba/svgexport/commit/ac6352a5c7bdb9cfdfbe61c35b37e1ae8846d253

Edited by Henry Schreiner

Merge request reports