Compare commits

..

1 commit

Author SHA1 Message Date
1a55460a81 chore(deps): pin dependencies
All checks were successful
ci/woodpecker/pr/workflow Pipeline was successful
2025-10-31 00:02:17 +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:a7547a488088bf308014f72f6dc449223b7e1174c6f9b117e4bbc6f65ae1a7f8 AS production
FROM cgr.dev/chainguard/nginx@sha256:3069fe2cfb038709e1b432d1c286ce281d4449c2ded50ee43e7f3d4cf89f0a5d AS production
COPY --from=build /app/dist /usr/share/nginx/html
EXPOSE 8080
ENTRYPOINT ["nginx", "-g", "daemon off;"]

View file

@ -12,7 +12,7 @@
"react-dom": "^19.0.0"
},
"devDependencies": {
"@rsbuild/core": "1.5.17",
"@rsbuild/core": "1.6.0",
"@rsbuild/plugin-react": "1.4.1",
"@types/react": "^19.0.0",
"@types/react-dom": "^19.0.0",