Compare commits

..

1 commit

Author SHA1 Message Date
91bb621366 chore(deps): pin dependencies
All checks were successful
ci/woodpecker/pr/workflow Pipeline was successful
2025-07-04 00:08:26 +00:00
3 changed files with 4 additions and 4 deletions

View file

@ -7,7 +7,7 @@ steps:
when:
- event: [tag, manual, push, pull_request]
branch: main
image: docker@sha256:56e360024d7d35dac801b8fc87f869ccf5c89b88399dd266f7cfc1169690a86b
image: docker@sha256:0a2ee60851e1b61a54707476526c4ed48cc55641a17a5cba8a77fb78e7a4742c
environment:
DOCKER_USERNAME:
from_secret: docker_public_username

View file

@ -1,11 +1,11 @@
# Build stage of the application
FROM oven/bun@sha256:2cd6a1d9e3d505725243c9564cca08465fc6ffb12c065a09261992e650995ee6 AS build
FROM oven/bun@sha256:2cdd9c93006af1b433c214016d72a3c60d7aa2c75691cb44dfd5250aa379986b AS build
WORKDIR /app
COPY . .
RUN bun i && bun run build
# Production stage to run the application
FROM cgr.dev/chainguard/nginx@sha256:7c032103f078883fe4071beac4be4f076ad6355421e6168d63ec6f1af7f6b7ed AS production
FROM cgr.dev/chainguard/nginx@sha256:2f931ad91a9380f345f53f4275ca1f918486766da4f53fa6c0457fc11e0eb8fc AS production
COPY --from=build /app/dist /usr/share/nginx/html
EXPOSE 8080
ENTRYPOINT ["nginx", "-g", "daemon off;"]

View file

@ -13,7 +13,7 @@
},
"devDependencies": {
"@rsbuild/core": "1.4.3",
"@rsbuild/plugin-react": "1.3.2",
"@rsbuild/plugin-react": "1.3.3",
"@types/react": "^19.0.0",
"@types/react-dom": "^19.0.0",
"typescript": "5.8.3"