Skip to content

Commit

Permalink
Merge pull request #727 from aau-network-security/feature/dhcp-image-…
Browse files Browse the repository at this point in the history
…hotfix-#000

fybab never use latest...
  • Loading branch information
Mikkelhost authored Jul 29, 2022
2 parents a63ed0c + 2d7a858 commit 488893b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion network/dhcp/dhcp.go
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ func New(format func(n int) string) (*Server, error) {
return nil, err
}
cont := docker.NewContainer(docker.ContainerConfig{
Image: "networkboot/dhcpd",
Image: "networkboot/dhcpd:1.2.0",
Mounts: []string{
fmt.Sprintf("%s:/data/dhcpd.conf", confFile),
},
Expand Down

0 comments on commit 488893b

Please sign in to comment.