Skip to content
New issue

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

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

Already on GitHub? # to your account

chore(it-tools): update ghcr.io/bjw-s-labs/caddy-scratch ( 28474b6 → d837d25 ) #451

Merged
Merged
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 @@ -12,6 +12,6 @@ RUN \
&& pnpm install --prefer-offline \
&& pnpm build

FROM ghcr.io/bjw-s-labs/caddy-scratch:2.9.1@sha256:28474b6b9d14b66490499107d50037b78fba91742e496c3dcd18e0e7bb520c0e
FROM ghcr.io/bjw-s-labs/caddy-scratch:2.9.1@sha256:d837d2501aa7fdb995581e6a96f4e8e4c160b38923484274857db0333196f563
COPY --chown=1000:1000 --from=build /app/dist/ /app
CMD ["file-server", "--root", "/app", "--listen", ":8080"]
Loading