Page MenuHomeDevCentral

Update Bootstrap 3.4.1 with security patches from Debian project
ClosedPublic

Authored by dereckson on Thu, Oct 30, 21:21.

Diff Detail

Repository
rOBSIDIAN Obsidian Workspaces
Lint
No Lint Coverage
Unit
No Test Coverage
Branch
main
Build Status
Buildable 6118
Build 6402: arc lint + arc unit

Event Timeline

dereckson created this revision.
This revision is now accepted and ready to land.Thu, Oct 30, 21:21

Making of

$ docker run -it --rm debian:trixie bash
$ apt update
$ apt install libjs-bootstrap
$ dpkg-query -L libjs-bootstrap

And from there:

$ docker cp $CONTAINER:/usr/share/javascript/bootstrap/js/bootstrap.min.js js/
$ docker cp $CONTAINER:/usr/share/javascript/bootstrap/css/bootstrap.min.css css/bootstrap.css