Skip to content

Commit 580b701

Browse files
committed
fix opencode version tags
1 parent aabd65b commit 580b701

1 file changed

Lines changed: 17 additions & 2 deletions

File tree

docker-bake.hcl

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,11 +122,11 @@ target "vscode-langservers" {
122122
}
123123
}
124124

125-
target "opencode" {
125+
target "opencode_1-1-56" {
126126
inherits = ["docker-metadata-action"]
127127
tags = [
128128
"${registry}/opencode:latest",
129-
"${registry}/opencode:1.1.53",
129+
"${registry}/opencode:1.1.56",
130130
]
131131
dockerfile = "Dockerfile"
132132
context = "images/opencode"
@@ -137,3 +137,18 @@ target "opencode" {
137137
OPENCODE_ARCH = "x64" # aarch64, arm64, x64-musl
138138
}
139139
}
140+
141+
target "opencode_1-1-53" {
142+
inherits = ["docker-metadata-action"]
143+
tags = [
144+
"${registry}/opencode:1.1.53",
145+
]
146+
dockerfile = "Dockerfile"
147+
context = "images/opencode"
148+
args = {
149+
BASE_VERSION = "13.3-slim"
150+
OPENCODE_VERSION = "v1.1.53"
151+
OPENCODE_PACKAGE = "linux" # desktop-linux, windows, desktop-darwin, darwin
152+
OPENCODE_ARCH = "x64" # aarch64, arm64, x64-musl
153+
}
154+
}

0 commit comments

Comments
 (0)