mirror of
https://github.com/pion/webrtc.git
synced 2025-09-26 19:21:12 +08:00
Update golang Docker tag to v1.25
Generated by renovateBot
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
# SPDX-FileCopyrightText: 2023 The Pion community <https://pion.ly>
|
||||
# SPDX-License-Identifier: MIT
|
||||
|
||||
FROM golang:1.24-alpine
|
||||
FROM golang:1.25-alpine
|
||||
|
||||
RUN apk add --no-cache \
|
||||
chromium \
|
||||
|
@@ -1,7 +1,7 @@
|
||||
# SPDX-FileCopyrightText: 2023 The Pion community <https://pion.ly>
|
||||
# SPDX-License-Identifier: MIT
|
||||
|
||||
FROM golang:1.24
|
||||
FROM golang:1.25
|
||||
|
||||
RUN go install github.com/pion/webrtc/v4/examples/pion-to-pion/answer@latest
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
# SPDX-FileCopyrightText: 2023 The Pion community <https://pion.ly>
|
||||
# SPDX-License-Identifier: MIT
|
||||
|
||||
FROM golang:1.24
|
||||
FROM golang:1.25
|
||||
|
||||
RUN go install github.com/pion/webrtc/v4/examples/pion-to-pion/offer@latest
|
||||
|
||||
|
Reference in New Issue
Block a user