Skip to content

Commit 384d7d8

Browse files
committed
Update golang Docker tag to v1.22
Generated by renovateBot
1 parent 6884334 commit 384d7d8

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

e2e/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# SPDX-FileCopyrightText: 2023 The Pion community <https://pion.ly>
22
# SPDX-License-Identifier: MIT
33

4-
FROM golang:1.17-alpine
4+
FROM golang:1.22-alpine
55

66
RUN apk add --no-cache \
77
chromium \

examples/pion-to-pion/answer/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# SPDX-FileCopyrightText: 2023 The Pion community <https://pion.ly>
22
# SPDX-License-Identifier: MIT
33

4-
FROM golang:1.21
4+
FROM golang:1.22
55

66
RUN go install github.com/pion/webrtc/v4/examples/pion-to-pion/answer@latest
77

examples/pion-to-pion/offer/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# SPDX-FileCopyrightText: 2023 The Pion community <https://pion.ly>
22
# SPDX-License-Identifier: MIT
33

4-
FROM golang:1.21
4+
FROM golang:1.22
55

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

0 commit comments

Comments
 (0)