Skip to content

Commit

Permalink
Update golang Docker tag to v1.21
Browse files Browse the repository at this point in the history
Generated by renovateBot
  • Loading branch information
renovate[bot] committed Aug 17, 2023
1 parent 2926b99 commit 086719a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/pion-to-pion/answer/Dockerfile
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion examples/pion-to-pion/offer/Dockerfile
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 086719a

Please sign in to comment.