Skip to content
This repository has been archived by the owner on Jul 6, 2023. It is now read-only.

Commit

Permalink
Update dockerfile for release 10
Browse files Browse the repository at this point in the history
Signed-off-by: John Mulligan <jmulligan@redhat.com>
  • Loading branch information
phlogistonjohn committed Jul 21, 2020
1 parent df2ce1f commit 10176a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extras/docker/fromsource/Dockerfile
Expand Up @@ -11,7 +11,7 @@ ENV GOPATH=$BUILD_HOME/golang
ENV PATH=$GOPATH/bin:$PATH
# where to clone from
ENV HEKETI_REPO="https://github.com/heketi/heketi.git"
ENV HEKETI_BRANCH="master"
ENV HEKETI_BRANCH="release/10"

# install dependencies, build and cleanup
RUN mkdir $BUILD_HOME $GOPATH && \
Expand Down

0 comments on commit 10176a2

Please sign in to comment.