mirror of
https://github.com/docker/docs.git
synced 2026-06-19 07:35:16 +00:00
deps: update pagefind to v1.1.1
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
This commit is contained in:
+1
-1
@@ -123,7 +123,7 @@ EOT
|
||||
|
||||
# pagefind installs the Pagefind runtime
|
||||
FROM base AS pagefind
|
||||
ARG PAGEFIND_VERSION=1.1.0
|
||||
ARG PAGEFIND_VERSION=1.1.1
|
||||
COPY --from=build /out ./public
|
||||
RUN --mount=type=bind,src=pagefind.yml,target=pagefind.yml \
|
||||
npx pagefind@v${PAGEFIND_VERSION} --output-path "/pagefind"
|
||||
|
||||
Reference in New Issue
Block a user