Release 2.5.1: Fix Docker entrypoint to prevent unnecessary bun install

This commit is contained in:
Arunavo Ray
2025-05-22 19:33:07 +05:30
parent 6e48d3f86c
commit 615ebd5079
2 changed files with 32 additions and 1 deletions

View File

@@ -1,7 +1,7 @@
{
"name": "gitea-mirror",
"type": "module",
"version": "2.5.0",
"version": "2.5.1",
"engines": {
"bun": ">=1.2.9"
},