Compare commits

..

1 commit

Author SHA1 Message Date
4369158db3 chore(deps): pin dependencies
All checks were successful
ci/woodpecker/pr/workflow Pipeline was successful
2025-08-05 00:09:23 +00:00
3 changed files with 3 additions and 3 deletions

View file

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

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:df247ba2ea49057bc802d0a9b85cc68316bf70b4874876249b06046c9f7a89ea AS production
FROM cgr.dev/chainguard/nginx@sha256:cf5e1e993b0a351365e998953b2224810ed9e7e80b513bbf1e6aea949013e6df 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.4.15",
"@rsbuild/core": "1.4.14",
"@rsbuild/plugin-react": "1.3.5",
"@types/react": "^19.0.0",
"@types/react-dom": "^19.0.0",