diff options
author | mbeierl <mark.beierl@dell.com> | 2017-08-31 19:57:31 -0400 |
---|---|---|
committer | mbeierl <mark.beierl@dell.com> | 2017-09-01 10:29:42 -0400 |
commit | 7ef0242a48088ba9038873f8d92992957d1b2b77 (patch) | |
tree | 115269f956b4fe4828f371bd869bd2e20718965c /docker/storperf-httpfrontend | |
parent | 21644ee3689be254791809c791a18fcce7495aa1 (diff) |
Re-instating docker build verify
Change-Id: I720ba0c8e413d5c61e8d6f9a13eae0441df53ccb
Signed-off-by: mbeierl <mark.beierl@dell.com>
Diffstat (limited to 'docker/storperf-httpfrontend')
-rw-r--r-- | docker/storperf-httpfrontend/Dockerfile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docker/storperf-httpfrontend/Dockerfile b/docker/storperf-httpfrontend/Dockerfile index eaf1ec5..b37943f 100644 --- a/docker/storperf-httpfrontend/Dockerfile +++ b/docker/storperf-httpfrontend/Dockerfile @@ -12,8 +12,8 @@ # $ docker build -t opnfv/storperf-frontend:tag . ## -ARG ARCH=x86_64 -ARG ALPINE_VERSION=v3.5 +ARG ARCH +ARG ALPINE_VERSION=v3.6 FROM multiarch/alpine:$ARCH-$ALPINE_VERSION # This comes from https://github.com/nginxinc/docker-nginx/blob/14c1b938737cf4399a6bb039bc506957dce562ae/stable/alpine/Dockerfile |