Skip to content

Commit

Permalink
fix: fix release
Browse files Browse the repository at this point in the history
  • Loading branch information
0xzio committed Dec 10, 2024
1 parent 1873097 commit c28a809
Show file tree
Hide file tree
Showing 3 changed files with 46 additions and 46 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM node:20-alpine AS builder

RUN apk add --no-cache libc6-compat
RUN apk update
RUN apk add --update python3 make g++ && rm -rf /var/cache/apk/*
RUN apk add --update python3 make g++ openssl && rm -rf /var/cache/apk/*

WORKDIR /app

Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"@glideapps/glide-data-grid": "^6.0.3",
"@hookform/resolvers": "^3.9.0",
"@penxio/types": "^0.0.10",
"@prisma/client": "^5.21.1",
"@prisma/client": "^5.22.0",
"@privy-io/server-auth": "^1.15.0",
"@radix-ui/react-accordion": "^1.2.1",
"@radix-ui/react-alert-dialog": "^1.1.1",
Expand Down Expand Up @@ -151,7 +151,7 @@
"penx-theme-micro": "^0.0.10",
"penx-theme-minimal": "^0.0.10",
"penx-theme-photo": "^0.0.10",
"prisma-extension-pagination": "^0.7.4",
"prisma-extension-pagination": "^0.7.5",
"prismjs": "^1.29.0",
"rc-table": "^7.48.1",
"re-resizable": "^6.9.11",
Expand Down Expand Up @@ -225,7 +225,7 @@
"postcss": "^8.4.31",
"prettier": "^3.1.0",
"prettier-plugin-tailwindcss": "^0.5.7",
"prisma": "^5.21.1",
"prisma": "^5.22.0",
"style-loader": "^4.0.0",
"tailwindcss": "^3.4.14",
"tailwindcss-animate": "^1.0.7",
Expand Down
84 changes: 42 additions & 42 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit c28a809

Please sign in to comment.