Skip to content

Commit

Permalink
Update docker.io/library/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 Apr 19, 2024
1 parent f6f666e commit 55a43e2
Showing 1 changed file with 1 addition and 1 deletion.
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 docker.io/library/golang:1.20-bullseye
FROM docker.io/library/golang:1.22-bullseye

COPY . /go/src/github.com/pion/dtls
WORKDIR /go/src/github.com/pion/dtls/e2e
Expand Down

0 comments on commit 55a43e2

Please sign in to comment.