Compare commits

...

3 commits
v2.8.0 ... main

Author SHA1 Message Date
7d10daadbb
update to alpine 21
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2025-02-26 08:49:21 +01:00
b7ac9ce3b3
upgrade packages, hope everything works well more
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2025-02-26 08:44:45 +01:00
899bd434e9
upgrade packages, hope everything works well
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
2025-02-26 08:37:27 +01:00
3 changed files with 2116 additions and 974 deletions

View file

@ -15,7 +15,7 @@ COPY . .
RUN npx prisma generate && npm run build
# Deploy
FROM node:20-alpine3.20 as deploy
FROM node:20-alpine3.21 as deploy
WORKDIR /app

3086
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -63,7 +63,7 @@
"nodemon": "^3.1.7",
"prettier": "^3.4.2",
"prisma": "^6.0.1",
"semantic-release": "^22.0.12",
"semantic-release": "^24.2.3",
"typescript": "^5.0.4"
},
"lint-staged": {