Compare commits

..

1 commit

Author SHA1 Message Date
80104081dd chore(deps): pin dependencies
All checks were successful
ci/woodpecker/pr/workflow Pipeline was successful
2025-06-05 00:04:12 +00:00
2 changed files with 2 additions and 2 deletions

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:323ab057a40d063b69e24e49561fb329d82283a7b32608c68abcff88a6c4c282 AS production FROM cgr.dev/chainguard/nginx@sha256:b5625cee976b9d0205a5cfab2074c15ad4cc4af41f66f906aad674d6081798a8 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;"]

View file

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