Compare commits

..

1 commit

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

View file

@ -5,7 +5,7 @@ COPY . .
RUN bun i && bun run build
# Production stage to run the application
FROM cgr.dev/chainguard/nginx@sha256:b90c66b33dcc8a487b01d94d331fa0c2370fe8bedff334f60651a315103f0aad AS production
FROM cgr.dev/chainguard/nginx@sha256:467d6f24728ad59f214a15626a834e911de08dcd47c767f01d2cdaadd101ce20 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.6.2",
"@rsbuild/plugin-react": "1.4.1",
"@rsbuild/plugin-react": "1.4.2",
"@types/react": "^19.0.0",
"@types/react-dom": "^19.0.0",
"typescript": "5.9.3"