Skip to content

Commit

Permalink
Update golang Docker tag to v1.22
Browse files Browse the repository at this point in the history
Generated by renovateBot
  • Loading branch information
renovate[bot] committed Feb 8, 2024
1 parent 6884334 commit 2214cfd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion e2e/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.17-alpine
FROM golang:1.22-alpine

RUN apk add --no-cache \
chromium \
Expand Down
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.21
FROM golang:1.22

RUN go install github.com/pion/webrtc/v4/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.21
FROM golang:1.22

RUN go install github.com/pion/webrtc/v4/examples/pion-to-pion/offer@latest

Expand Down

0 comments on commit 2214cfd

Please sign in to comment.