diff --git a/Dockerfile b/Dockerfile index 312d032d..f72d0f8f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -FROM golang:1.24-alpine as builder +FROM golang:1.25-alpine as builder ARG TARGETPLATFORM ARG TARGETARCH diff --git a/version.go b/version.go index f29a692f..67286164 100644 --- a/version.go +++ b/version.go @@ -15,5 +15,5 @@ package livekitcli const ( - Version = "2.12.1" + Version = "2.12.2" )