Skip to content

Commit

Permalink
Merge pull request #87 from estesp/v101-golang-update
Browse files Browse the repository at this point in the history
Prepare v1.0.1 release
  • Loading branch information
estesp authored Mar 7, 2020
2 parents 1010ee2 + ed49e82 commit d40ce86
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
version: 1.0.{build}
image: Visual Studio 2017
image: Visual Studio 2019

clone_folder: c:\gopath\src\github.com\estesp\manifest-tool

Expand Down
4 changes: 3 additions & 1 deletion hack/Dockerfile.windows
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
FROM microsoft/nanoserver
FROM mcr.microsoft.com/windows/servercore:1809 as core
FROM mcr.microsoft.com/windows/nanoserver:1809
COPY --from=core /windows/system32/netapi32.dll /windows/system32/
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 d40ce86

Please sign in to comment.