mirror of
https://github.com/pion/webrtc.git
synced 2025-09-26 19:21:12 +08:00
Update golang Docker tag to v1.23
Generated by renovateBot
This commit is contained in:
![29139614+renovate[bot]@users.noreply.github.com](/assets/img/avatar_default.png)
committed by
Sean DuBois

parent
0824ea6e7f
commit
4a97b7d67e
@@ -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 \
|
||||
|
@@ -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
|
||||
|
||||
|
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user