From 4f1a2879dcf402dbadb3cee4e8c360df62e9e170 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 13 Aug 2025 22:06:09 +0000 Subject: [PATCH] Update golang Docker tag to v1.25 Generated by renovateBot --- e2e/Dockerfile | 2 +- examples/pion-to-pion/answer/Dockerfile | 2 +- examples/pion-to-pion/offer/Dockerfile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/e2e/Dockerfile b/e2e/Dockerfile index 6c8cb0dc..c8d85cff 100644 --- a/e2e/Dockerfile +++ b/e2e/Dockerfile @@ -1,7 +1,7 @@ # SPDX-FileCopyrightText: 2023 The Pion community # SPDX-License-Identifier: MIT -FROM golang:1.24-alpine +FROM golang:1.25-alpine RUN apk add --no-cache \ chromium \ diff --git a/examples/pion-to-pion/answer/Dockerfile b/examples/pion-to-pion/answer/Dockerfile index 33beaeaa..9f1b96ca 100644 --- a/examples/pion-to-pion/answer/Dockerfile +++ b/examples/pion-to-pion/answer/Dockerfile @@ -1,7 +1,7 @@ # SPDX-FileCopyrightText: 2023 The Pion community # 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 diff --git a/examples/pion-to-pion/offer/Dockerfile b/examples/pion-to-pion/offer/Dockerfile index 83240187..5c31450f 100644 --- a/examples/pion-to-pion/offer/Dockerfile +++ b/examples/pion-to-pion/offer/Dockerfile @@ -1,7 +1,7 @@ # SPDX-FileCopyrightText: 2023 The Pion community # 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