]> Untitled Git - lemmy.git/commitdiff
Include fix for mdbook xss vulnerability
authorFelix Ableitner <me@nutomic.com>
Sat, 9 Jan 2021 16:54:31 +0000 (17:54 +0100)
committerFelix Ableitner <me@nutomic.com>
Sat, 9 Jan 2021 16:54:31 +0000 (17:54 +0100)
docker/dev/Dockerfile
docker/dev/volume_mount.dockerfile
docker/prod/Dockerfile

index 01c3c75b86b6a78676a1fec453c7d5468c422895..292ff903de71f2a7ffd2a27e3887b91622149970 100644 (file)
@@ -46,9 +46,10 @@ RUN cp ./target/$CARGO_BUILD_TARGET/$RUSTRELEASEDIR/lemmy_server /app/lemmy_serv
 # Build the docs
 FROM $RUST_BUILDER_IMAGE as docs
 WORKDIR /app
-RUN cargo install mdbook --git https://github.com/Ruin0x11/mdBook.git \
-        --branch localization --rev d06249b --force
+RUN cargo install mdbook --git https://github.com/Nutomic/mdBook.git \
+        --branch localization --rev 0982a82 --force
 COPY --chown=rust:rust docs ./docs
+RUN ls -la docs/
 RUN mdbook build docs/
 
 # The alpine runner
index 6e25dd7e7d0d8ffa78193c331d62ca3ad749ab1c..a6724a868964dffd8d7863e92b12f215633fb2bf 100644 (file)
@@ -17,8 +17,8 @@ RUN --mount=type=cache,target=/app/target \
 
 FROM rust:1.47-buster as docs
 WORKDIR /app
-RUN cargo install mdbook --git https://github.com/Ruin0x11/mdBook.git \
-        --branch localization --rev d06249b --force
+RUN cargo install mdbook --git https://github.com/Nutomic/mdBook.git \
+        --branch localization --rev 0982a82 --force
 COPY docs ./docs
 RUN mdbook build docs/
 
index 9a120683393be68337fd3279409f90e158c323df..34921161b81154de08e33211c6c2353ffc5371cd 100644 (file)
@@ -46,8 +46,8 @@ RUN cp ./target/$CARGO_BUILD_TARGET/$RUSTRELEASEDIR/lemmy_server /app/lemmy_serv
 # Build the docs
 FROM $RUST_BUILDER_IMAGE as docs
 WORKDIR /app
-RUN cargo install mdbook --git https://github.com/Ruin0x11/mdBook.git \
-        --branch localization --rev d06249b --force
+RUN cargo install mdbook --git https://github.com/Nutomic/mdBook.git \
+        --branch localization --rev 0982a82 --force
 COPY --chown=rust:rust docs ./docs
 RUN mdbook build docs/