Skip to content

Commit

Permalink
Prepare v1.0.1 release
Browse files Browse the repository at this point in the history
Update version; specific focus is on re-building with latest Go 1.13
release to fix s390x bug and apply all Golang fixes in the Go 1.13
release history from 1.13.0 -> 1.13.8

Update MS nanoserver image reference to the Microsoft registry

Signed-off-by: Phil Estes <[email protected]>
  • Loading branch information
estesp committed Mar 6, 2020
1 parent 1010ee2 commit ab9d7c2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion hack/Dockerfile.windows
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
FROM microsoft/nanoserver
FROM mcr.microsoft.com/windows/nanoserver:1909
COPY manifest-tool manifest-tool.exe
ENTRYPOINT [ "manifest-tool.exe" ]
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import (
var gitCommit = ""

const (
version = "1.0.0"
version = "1.0.1"
usage = "inspect and push manifest list images to a registry"
)

Expand Down

0 comments on commit ab9d7c2

Please sign in to comment.