bump opencode to 1.15.5
CI / Build opencode docker images (push) Successful in 15m37s

This commit is contained in:
2026-05-19 11:26:20 +08:00
parent 5734f68f97
commit e90ddf113e
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -24,12 +24,12 @@ jobs:
builder: multiplatform-builder
context: "{{defaultContext}}:opencode"
build-args: |
OPENCODE_VERSION=1.15.3
OPENCODE_VERSION=1.15.5
platforms: |
linux/amd64
push: true
pull: true
tags: |
"gitea.woggioni.net/woggioni/opencode:1.15.3"
"gitea.woggioni.net/woggioni/opencode:1.15.5"
"gitea.woggioni.net/woggioni/opencode:latest"
+1 -1
View File
@@ -18,7 +18,7 @@ RUN --mount=type=cache,target=/var/cache/pacman pacman -Syu --noconfirm
RUN --mount=type=cache,target=/var/cache/pacman pacman -S --noconfirm --needed \
rustup rust-analyzer jdtls python-pipx ripgrep git rustup gradle curl sccache openssh \
helix bash-language-server marksman python-lsp-server vscode-css-languageserver \
vscode-html-languageserver vscode-json-languageserver yaml-language-server base-devel
vscode-html-languageserver vscode-json-languageserver yaml-language-server base-devel docker
RUN --mount=type=cache,target=/var/cache/pacman pacman -S --noconfirm --needed jdk25-graalvm-ce-bin
RUN useradd -m -d /var/lib/opencode opencode
RUN mkdir /workspace