summaryrefslogtreecommitdiff
path: root/cmd/podman/build.go
diff options
context:
space:
mode:
authorTomSweeneyRedHat <tsweeney@redhat.com>2019-05-02 12:27:43 -0400
committerTomSweeneyRedHat <tsweeney@redhat.com>2019-05-02 12:27:50 -0400
commit9e620ba89ee5d8f5e8156dc6437b57966cb75f15 (patch)
treeb15845f2b1f891bc8f168b4ae53d684332868626 /cmd/podman/build.go
parentbd5d0298893a614db5edcf5dad307597f6b008a9 (diff)
downloadpodman-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/build.go')
-rw-r--r--cmd/podman/build.go2
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{