From a96f1d457509d9d4126eb95a06131884a63fd22c Mon Sep 17 00:00:00 2001 From: "smurf-bot[bot]" <137516995+smurf-bot[bot]@users.noreply.github.com> Date: Mon, 3 Feb 2025 19:03:23 +0000 Subject: [PATCH] =?UTF-8?q?chore(container):=20update=20ghcr.io/joryirving?= =?UTF-8?q?/caddy-scratch=20(=20a425e4d=20=E2=86=92=2006c4607=20)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/it-tools/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/it-tools/Dockerfile b/apps/it-tools/Dockerfile index 28cc2dd..745b680 100644 --- a/apps/it-tools/Dockerfile +++ b/apps/it-tools/Dockerfile @@ -22,6 +22,6 @@ RUN \ && pnpm install --prefer-offline \ && pnpm build - FROM ghcr.io/joryirving/caddy-scratch:2.9.1@sha256:a425e4da4bc51d7447afcad27b1256ae01c99ff53e227442f6743f71ace12be6 + FROM ghcr.io/joryirving/caddy-scratch:2.9.1@sha256:06c4607b3342c945f1891ae4ae7fe1280cb27c3a9b616b7953430b53b0c32feb COPY --chown=1000:1000 --from=build /app/dist/ /app CMD ["file-server", "--root", "/app", "--listen", ":8080"]