Update golang Docker tag to v1.23

Generated by renovateBot
This commit is contained in:
renovate[bot]
2024-08-16 21:36:39 +00:00
committed by Sean DuBois
parent 0824ea6e7f
commit 4a97b7d67e
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.22-alpine
FROM golang:1.23-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.22
FROM golang:1.23
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.22
FROM golang:1.23
RUN go install github.com/pion/webrtc/v4/examples/pion-to-pion/offer@latest