Skip to content

Commit

Permalink
Use full image reference
Browse files Browse the repository at this point in the history
This makes things work properly with podman, without having to rely on
implicit fallback configuration to the Docker Hub.
  • Loading branch information
daenney committed May 18, 2022
1 parent d2f7971 commit ba33f3d
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,4 +1,4 @@
FROM golang:bullseye
FROM docker.io/library/golang:bullseye

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

0 comments on commit ba33f3d

Please sign in to comment.