Skip to content
This repository has been archived by the owner on May 31, 2024. It is now read-only.

Commit

Permalink
Merge branch 'master' into housekeeping/bump-go-version
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Rammer <daniel@union.ai>
  • Loading branch information
hamersaw committed Feb 8, 2023
2 parents d1776a8 + 50bc5a9 commit 788f2ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/docker/docker_util.go
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ var (
}
StdWriterPrefixLen = 8
StartingBufLen = 32*1024 + StdWriterPrefixLen + 1
ExtraHosts = []string{"host.docker.internal:127.0.0.1"}
ExtraHosts = []string{"host.docker.internal:host-gateway"}
)

// GetDockerClient will returns the docker client
Expand Down

0 comments on commit 788f2ed

Please sign in to comment.