diff --git a/Dockerfile b/Dockerfile index 9dafa32d31..684f30ae19 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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" diff --git a/netlify.toml b/netlify.toml index ede05520bf..a69dd0a2fe 100644 --- a/netlify.toml +++ b/netlify.toml @@ -9,4 +9,4 @@ HUGO_ENABLEGITINFO = "true" HUGO_ENVIRONMENT = "preview" [context.deploy-preview] -command = "hugo --gc --minify -b $DEPLOY_PRIME_URL && npx pagefind@v1.1.0" +command = "hugo --gc --minify -b $DEPLOY_PRIME_URL && npx pagefind@v1.1.1"