Compare commits

..
4 Commits
Author SHA1 Message Date
opencodecabilloteu 965d527fce Merge pull request 'chore(deps): update registry.k8s.io/kubectl docker tag to v1.37.0' (#54) from renovate/registry.k8s.io-kubectl-1.x into main
Main Release / hadolint (push) Successful in 18s
Main Release / test (push) Successful in 45s
Renovate / renovate (push) Successful in 1m12s
Main Release / build (push) Successful in 32s
Main Release / tag (push) Successful in 17s
Tag Release / hadolint (push) Successful in 15s
Tag Release / test (push) Successful in 29s
Tag Release / build-push (push) Successful in 5m5s
2026-08-26 10:32:40 -04:00
renovate 2644ada892 chore(deps): update registry.k8s.io/kubectl docker tag to v1.37.0
renovate/stability-days Updates have met minimum release age requirement
PR Checks / hadolint (pull_request) Successful in 21s
PR Checks / build-test (pull_request) Successful in 5m58s
2026-08-26 14:12:46 +00:00
opencodecabilloteu f950f8dfde Merge pull request 'chore(deps): update dependency opencode-ai to v1.18.21' (#52) from renovate/opencode-ai-1.x into main
Main Release / hadolint (push) Successful in 15s
Main Release / test (push) Successful in 24s
Renovate / renovate (push) Successful in 1m8s
Main Release / build (push) Successful in 3m10s
Main Release / tag (push) Successful in 23s
Tag Release / hadolint (push) Successful in 18s
Tag Release / test (push) Successful in 30s
Tag Release / build-push (push) Successful in 4m16s
2026-08-24 11:30:50 -04:00
renovate 28fbfd37b9 chore(deps): update dependency opencode-ai to v1.18.21
renovate/stability-days Updates have met minimum release age requirement
PR Checks / hadolint (pull_request) Successful in 18s
PR Checks / build-test (pull_request) Successful in 3m43s
2026-08-24 15:12:21 +00:00
+2 -2
View File
@@ -16,12 +16,12 @@ 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.20 && \ npm install -g --no-fund --no-audit --allow-scripts=opencode-ai opencode-ai@1.18.21 && \
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/
COPY --chmod=755 opencode-attach /usr/local/bin/opencode-attach COPY --chmod=755 opencode-attach /usr/local/bin/opencode-attach
COPY --from=registry.k8s.io/kubectl:v1.36.4 /bin/kubectl /usr/local/bin/kubectl COPY --from=registry.k8s.io/kubectl:v1.37.0 /bin/kubectl /usr/local/bin/kubectl
# hadolint ignore=DL3066 # hadolint ignore=DL3066
USER opencode USER opencode
WORKDIR /home/opencode WORKDIR /home/opencode