Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(container): update image ghcr.io/bjw-s-labs/caddy-scratch ( d13a019 β†’ 013bc8b ) #361

Merged
merged 1 commit into from
Dec 22, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion apps/it-tools/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
2 changes: 1 addition & 1 deletion apps/piped-frontend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Loading