Update golang Docker tag to v1.25

Generated by renovateBot
This commit is contained in:
renovate[bot]
2025-08-13 22:06:09 +00:00
parent 7a94394db0
commit 4f1a2879dc
3 changed files with 3 additions and 3 deletions

View File

@@ -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 \

View File

@@ -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

View File

@@ -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