Author SHA1 Message Date
renovate dc00e6fbe8 chore(deps): update dependency opencode-ai to v1.18.4
PR Checks / hadolint (pull_request) Waiting to run
PR Checks / build-test (pull_request) Waiting to run
renovate/stability-days Updates have met minimum release age requirement
2026-07-23 16:11:41 +00:00
jcabillot a236c6253f Merge pull request 'chore(deps): update registry.k8s.io/kubectl docker tag to v1.36.3' (#28) from renovate/registry.k8s.io-kubectl-1.x into main
Main Release / hadolint (push) Successful in 14s
Main Release / test (push) Successful in 28s
Main Release / build (push) Successful in 41s
Main Release / tag (push) Waiting to run
Reviewed-on: #28
2026-07-23 07:54:45 -04:00
renovate 4d2dfbd6b1 chore(deps): update registry.k8s.io/kubectl docker tag to v1.36.3
renovate/stability-days Updates have met minimum release age requirement
PR Checks / hadolint (pull_request) Successful in 13s
PR Checks / build-test (pull_request) Successful in 15m7s
2026-07-22 23:08:40 +00:00
jcabillot 94a296f98f Merge pull request 'chore(deps): update dependency opencode-ai to v1.18.3' (#26) from renovate/opencode-ai-1.x into main
Main Release / hadolint (push) Successful in 25s
Main Release / test (push) Successful in 7m26s
Main Release / build (push) Successful in 3m58s
Main Release / tag (push) Successful in 15s
Tag Release / hadolint (push) Successful in 16s
Tag Release / test (push) Successful in 8m52s
Tag Release / build-push (push) Successful in 12m35s
Reviewed-on: #26
2026-07-22 11:49:17 -04: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.3 && \ npm install -g --no-fund --no-audit --allow-scripts=opencode-ai opencode-ai@1.18.4 && \
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.2 /bin/kubectl /usr/local/bin/kubectl COPY --from=registry.k8s.io/kubectl:v1.36.3 /bin/kubectl /usr/local/bin/kubectl
USER opencode USER opencode
WORKDIR /home/opencode WORKDIR /home/opencode