Skip to content

Commit 4a97b7d

Browse files
renovate[bot]Sean-Der
authored andcommitted
Update golang Docker tag to v1.23
Generated by renovateBot
1 parent 0824ea6 commit 4a97b7d

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.22-alpine
4+
FROM golang:1.23-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.22
4+
FROM golang:1.23
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.22
4+
FROM golang:1.23
55

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

0 commit comments

Comments
 (0)