From 339f442ea6f59e9483d5ff7a1e316decbb8a1ce3 Mon Sep 17 00:00:00 2001 From: David Karlsson <35727626+dvdksn@users.noreply.github.com> Date: Fri, 28 Jun 2024 12:19:47 +0200 Subject: [PATCH] dockerfile(fix): inconsistent from-as casing Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com> --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 206dd4705d..ff300d946e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -109,7 +109,7 @@ set -ex EOT # pagefind installs the Pagefind runtime -FROM base as pagefind +FROM base AS pagefind ARG PAGEFIND_VERSION=1.1.0 COPY --from=build /out ./public RUN --mount=type=bind,src=pagefind.yml,target=pagefind.yml \