diff --git a/e2e/Dockerfile b/e2e/Dockerfile index 3220ec18e9d..22ce054198b 100644 --- a/e2e/Dockerfile +++ b/e2e/Dockerfile @@ -1,7 +1,7 @@ # SPDX-FileCopyrightText: 2023 The Pion community # SPDX-License-Identifier: MIT -FROM golang:1.22-alpine +FROM golang:1.23-alpine RUN apk add --no-cache \ chromium \ diff --git a/examples/pion-to-pion/answer/Dockerfile b/examples/pion-to-pion/answer/Dockerfile index a8f6bff884a..bdf0dac11c2 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.22 +FROM golang:1.23 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 fe1912c9b07..72c188c55b7 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.22 +FROM golang:1.23 RUN go install github.com/pion/webrtc/v4/examples/pion-to-pion/offer@latest