Compare commits

..

1 commit

Author SHA1 Message Date
d8713d4044 chore(deps): pin dependencies
All checks were successful
ci/woodpecker/pr/workflow Pipeline was successful
2025-07-24 00:03:39 +00:00
2 changed files with 2 additions and 2 deletions

View file

@ -7,7 +7,7 @@ steps:
when: when:
- event: [tag, manual, push, pull_request] - event: [tag, manual, push, pull_request]
branch: main branch: main
image: docker@sha256:569bb59d63caccc51537695be44a905d22f5252525d0a84f7f2eab39ba81ed21 image: docker@sha256:c1a6c318d7dccd659d557df84261817335844b69ca92e919ebf3e6183266ce4b
environment: environment:
DOCKER_USERNAME: DOCKER_USERNAME:
from_secret: docker_public_username from_secret: docker_public_username

View file

@ -5,7 +5,7 @@ COPY . .
RUN bun i && bun run build RUN bun i && bun run build
# Production stage to run the application # Production stage to run the application
FROM cgr.dev/chainguard/nginx@sha256:d80476792c0b79c0adb92d4e969946604475bb0534ef1a84d7791e725f0aed9b AS production FROM cgr.dev/chainguard/nginx@sha256:811bceec05f6ed9a8a14773c149325f75b8f2d44ded12fffbcbd7b27588aeaf9 AS production
COPY --from=build /app/dist /usr/share/nginx/html COPY --from=build /app/dist /usr/share/nginx/html
EXPOSE 8080 EXPOSE 8080
ENTRYPOINT ["nginx", "-g", "daemon off;"] ENTRYPOINT ["nginx", "-g", "daemon off;"]