Skip to content

Commit

Permalink
Update e2e Go image to 1.20
Browse files Browse the repository at this point in the history
Updates the e2e Go base image to 1.20.

Signed-off-by: Daniel Mangum <georgedanielmangum@gmail.com>
  • Loading branch information
hasheddan committed Jun 30, 2023
1 parent 8a11cf2 commit 159122f
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.18-bullseye
FROM docker.io/library/golang:1.20-bullseye

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

0 comments on commit 159122f

Please sign in to comment.