Compare commits

...
2 Commits
Author SHA1 Message Date
opencodecabilloteu 10ed6108b4 Merge pull request 'chore(deps): update dependency opencode-ai to v1.18.26' (#61) from renovate/opencode-ai-1.x into main
Main Release / hadolint (push) Successful in 18s
Renovate / renovate (push) Successful in 2m48s
Main Release / test (push) Successful in 5m16s
Main Release / build (push) Successful in 4m6s
Main Release / tag (push) Successful in 52s
Tag Release / hadolint (push) Successful in 18s
Tag Release / test (push) Successful in 29s
Tag Release / build-push (push) Successful in 5m11s
2026-09-04 18:31:03 -04:00
renovate 4c1258305b chore(deps): update dependency opencode-ai to v1.18.26
renovate/stability-days Updates have met minimum release age requirement
PR Checks / hadolint (pull_request) Successful in 27s
PR Checks / build-test (pull_request) Successful in 6m33s
2026-09-04 22:14:37 +00:00
+1 -1
View File
@@ -16,7 +16,7 @@ RUN apt-get update && \
npm install -g --no-fund --no-audit --ignore-scripts n2-soul@9.0.9 && \ npm install -g --no-fund --no-audit --ignore-scripts n2-soul@9.0.9 && \
npm install -g --no-fund --no-audit --allow-scripts=better-sqlite3 better-sqlite3@12.11.1 && \ npm install -g --no-fund --no-audit --allow-scripts=better-sqlite3 better-sqlite3@12.11.1 && \
rm -rf /usr/local/lib/node_modules/n2-soul/node_modules/better-sqlite3 && \ rm -rf /usr/local/lib/node_modules/n2-soul/node_modules/better-sqlite3 && \
npm install -g --no-fund --no-audit --allow-scripts=opencode-ai opencode-ai@1.18.25 && \ npm install -g --no-fund --no-audit --allow-scripts=opencode-ai opencode-ai@1.18.26 && \
npm cache clean --force && \ npm cache clean --force && \
chown -R 1000:1000 /usr/local/lib/node_modules/n2-soul/ chown -R 1000:1000 /usr/local/lib/node_modules/n2-soul/