Skip to content

Commit ba33f3d

Browse files
committedMay 18, 2022
Use full image reference
This makes things work properly with podman, without having to rely on implicit fallback configuration to the Docker Hub.
1 parent d2f7971 commit ba33f3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

Diff for: ‎e2e/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:bullseye
1+
FROM docker.io/library/golang: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.