Skip to content
This repository has been archived by the owner on Oct 30, 2018. It is now read-only.

Commit

Permalink
Merge pull request #167 from rn/fix
Browse files Browse the repository at this point in the history
Fix mkimage-iso-bios hash
  • Loading branch information
justincormack committed Oct 16, 2017
2 parents 2fea21c + 67ce80d commit b23d883
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/moby/output.go
Expand Up @@ -13,7 +13,7 @@ import (
)

const (
bios = "linuxkit/mkimage-iso-bios:65b051322578cb0c2a4f16253b20f7d2797a502"
bios = "linuxkit/mkimage-iso-bios:165b051322578cb0c2a4f16253b20f7d2797a502"
efi = "linuxkit/mkimage-iso-efi:dc12bc6827f84334b02d1c70599acf80b840c126"
gcp = "linuxkit/mkimage-gcp:d1883809d212ce048f60beb0308a4d2b14c256af"
vhd = "linuxkit/mkimage-vhd:2a31f2bc91c1d247160570bd17868075e6c0009a"
Expand Down

0 comments on commit b23d883

Please sign in to comment.