We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ceab930 commit 105f640Copy full SHA for 105f640
Dockerfile
@@ -12,7 +12,7 @@
12
# See the License for the specific language governing permissions and
13
# limitations under the License.
14
15
-FROM golang:1.24-alpine as builder
+FROM golang:1.25-alpine as builder
16
17
ARG TARGETPLATFORM
18
ARG TARGETARCH
version.go
@@ -15,5 +15,5 @@
package livekitcli
const (
- Version = "2.12.1"
+ Version = "2.12.2"
19
)
0 commit comments