Skip to content

Commit 105f640

Browse files
authored
match dockerfile go version (#711)
1 parent ceab930 commit 105f640

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
FROM golang:1.24-alpine as builder
15+
FROM golang:1.25-alpine as builder
1616

1717
ARG TARGETPLATFORM
1818
ARG TARGETARCH

version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@
1515
package livekitcli
1616

1717
const (
18-
Version = "2.12.1"
18+
Version = "2.12.2"
1919
)

0 commit comments

Comments
 (0)