From 031ff929f8dfc5b17b83bcc7135c8997af5205f6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 13 Aug 2024 23:19:50 +0000 Subject: [PATCH] Update golang Docker tag to v1.23 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 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