diff options
-rw-r--r-- | docker/Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docker/Dockerfile b/docker/Dockerfile index 4d0fe00f..7ebc419a 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -1,6 +1,6 @@ FROM alpine:3.7 -ARG BRANCH=master +ARG BRANCH=stable/fraser ARG OPENSTACK_TAG=stable/pike RUN apk --no-cache add --update python py-pip bash git && \ |