Skip to content

Commit b8ebc62

Browse files
committedAug 3, 2022
Set e2e/Dockerfile to golang:1.18-bullseye
E2E fails with 1.19
1 parent 82c1271 commit b8ebc62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎e2e/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM docker.io/library/golang:bullseye
1+
FROM docker.io/library/golang:1.18-bullseye
22

33
COPY . /go/src/github.com/pion/dtls
44
WORKDIR /go/src/github.com/pion/dtls/e2e

0 commit comments

Comments
 (0)
Please sign in to comment.