mirror of
https://github.com/pion/webrtc.git
synced 2025-11-03 01:33:46 +08:00
Update golang Docker tag to v1.21
Generated by renovateBot
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
# SPDX-FileCopyrightText: 2023 The Pion community <https://pion.ly>
|
||||
# SPDX-License-Identifier: MIT
|
||||
|
||||
FROM golang:1.20
|
||||
FROM golang:1.21
|
||||
|
||||
ENV GO111MODULE=on
|
||||
RUN go install github.com/pion/webrtc/v3/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.20
|
||||
FROM golang:1.21
|
||||
|
||||
ENV GO111MODULE=on
|
||||
RUN go install github.com/pion/webrtc/v3/examples/pion-to-pion/offer@latest
|
||||
|
||||
Reference in New Issue
Block a user