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 f0ffd06 commit b29d903Copy full SHA for b29d903
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.23-alpine as builder
+FROM golang:1.24-alpine as builder
16
17
ARG TARGETPLATFORM
18
ARG TARGETARCH
version.go
@@ -15,5 +15,5 @@
package livekitcli
const (
- Version = "2.4.7"
+ Version = "2.4.8"
19
)
0 commit comments