Bump opencode to 1.17.18
CI / Build opencode docker images (push) Successful in 6m11s

This commit is contained in:
2026-07-12 04:46:37 +08:00
parent 9c63e06cc8
commit 05862a0b0d
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.17.13
OPENCODE_VERSION=1.17.18
platforms: |
linux/amd64
push: true
pull: true
tags: |
"gitea.woggioni.net/woggioni/opencode:1.17.13"
"gitea.woggioni.net/woggioni/opencode:1.17.18"
"gitea.woggioni.net/woggioni/opencode:latest"
+1 -1
View File
@@ -17,7 +17,7 @@ RUN rm repository.key
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 x86_64-unknown-linux-musl-zlib x86_64-unknown-linux-musl-gcc \
bash-language-server marksman python-lsp-server vscode-css-languageserver x86_64-unknown-linux-musl-zlib x86_64-unknown-linux-musl-gcc \
vscode-html-languageserver vscode-json-languageserver yaml-language-server base-devel docker docker-buildx less
RUN --mount=type=cache,target=/var/cache/pacman pacman -S --noconfirm --needed jdk25-graalvm-bin
RUN useradd -m -d /var/lib/opencode opencode