diff options
Diffstat (limited to 'docker/storperf-httpfrontend')
-rw-r--r-- | docker/storperf-httpfrontend/Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docker/storperf-httpfrontend/Dockerfile b/docker/storperf-httpfrontend/Dockerfile index b37943f..9b5b5f9 100644 --- a/docker/storperf-httpfrontend/Dockerfile +++ b/docker/storperf-httpfrontend/Dockerfile @@ -12,7 +12,7 @@ # $ docker build -t opnfv/storperf-frontend:tag . ## -ARG ARCH +ARG ARCH=x86_64 ARG ALPINE_VERSION=v3.6 FROM multiarch/alpine:$ARCH-$ALPINE_VERSION |