diff options
author | TomSweeneyRedHat <tsweeney@redhat.com> | 2019-05-02 12:27:43 -0400 |
---|---|---|
committer | TomSweeneyRedHat <tsweeney@redhat.com> | 2019-05-02 12:27:50 -0400 |
commit | 9e620ba89ee5d8f5e8156dc6437b57966cb75f15 (patch) | |
tree | b15845f2b1f891bc8f168b4ae53d684332868626 /cmd/podman | |
parent | bd5d0298893a614db5edcf5dad307597f6b008a9 (diff) | |
download | podman-9e620ba89ee5d8f5e8156dc6437b57966cb75f15.tar.gz podman-9e620ba89ee5d8f5e8156dc6437b57966cb75f15.tar.bz2 podman-9e620ba89ee5d8f5e8156dc6437b57966cb75f15.zip |
Bump Buildah to v1.8.1, ImageBuilder to v1.1.0
As the title suggests.
Signed-off-by: TomSweeneyRedHat <tsweeney@redhat.com>
Diffstat (limited to 'cmd/podman')
-rw-r--r-- | cmd/podman/build.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/podman/build.go b/cmd/podman/build.go index 647ff1e86..24be9bb46 100644 --- a/cmd/podman/build.go +++ b/cmd/podman/build.go @@ -267,7 +267,7 @@ func buildCmd(c *cliconfig.BuildValues) error { MemorySwap: memorySwap, ShmSize: c.ShmSize, Ulimit: c.Ulimit, - Volumes: c.Volume, + Volumes: c.Volumes, } options := imagebuildah.BuildOptions{ |