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