From 93e4db75d21a571a08bee209756ea456f1d6422c Mon Sep 17 00:00:00 2001 From: "lab-assistant[bot]" <180935599+lab-assistant[bot]@users.noreply.github.com> Date: Sun, 22 Dec 2024 09:18:27 +0000 Subject: [PATCH] =?UTF-8?q?chore(container):=20update=20image=20ghcr.io/bj?= =?UTF-8?q?w-s-labs/caddy-scratch=20(=20d13a019=20=E2=86=92=20013bc8b=20)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/it-tools/Dockerfile | 2 +- apps/piped-frontend/Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/it-tools/Dockerfile b/apps/it-tools/Dockerfile index 849ecf5..1eb3a19 100644 --- a/apps/it-tools/Dockerfile +++ b/apps/it-tools/Dockerfile @@ -11,6 +11,6 @@ RUN \ && pnpm install --prefer-offline \ && pnpm build -FROM ghcr.io/bjw-s-labs/caddy-scratch:2.8.4@sha256:d13a019d74f62b39ac4a5780b8821c20e028e1a3356b0f32eb1593e0bb517b4a +FROM ghcr.io/bjw-s-labs/caddy-scratch:2.8.4@sha256:013bc8bdec6fb00e425549ca91337fafdef8bc741fd3f6d32458040b3c0036ed COPY --chown=1000:1000 --from=build /app/dist/ /app CMD ["file-server", "--root", "/app", "--listen", ":8080"] diff --git a/apps/piped-frontend/Dockerfile b/apps/piped-frontend/Dockerfile index d225be8..5a040d1 100644 --- a/apps/piped-frontend/Dockerfile +++ b/apps/piped-frontend/Dockerfile @@ -13,7 +13,7 @@ RUN \ && pnpm build \ && ./localizefonts.sh -FROM ghcr.io/bjw-s-labs/caddy-scratch:2.8.4@sha256:d13a019d74f62b39ac4a5780b8821c20e028e1a3356b0f32eb1593e0bb517b4a +FROM ghcr.io/bjw-s-labs/caddy-scratch:2.8.4@sha256:013bc8bdec6fb00e425549ca91337fafdef8bc741fd3f6d32458040b3c0036ed COPY --chown=1000:1000 Caddyfile /config/Caddyfile COPY --chown=1000:1000 --from=build /app/dist/ /app CMD ["run", "--config", "/config/Caddyfile"]