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

Commit

Permalink
Update the Dockerfile for release 8
Browse files Browse the repository at this point in the history
Signed-off-by: John Mulligan <jmulligan@redhat.com>
  • Loading branch information
phlogistonjohn committed Sep 12, 2018
1 parent bdf9128 commit 082b556
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 @@ LABEL description="Development build"
ENV BUILD_HOME=/build
ENV GOPATH=$BUILD_HOME/golang
ENV PATH=$GOPATH/bin:$PATH
ENV HEKETI_BRANCH="master"
ENV HEKETI_BRANCH="release/8"

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

0 comments on commit 082b556

Please sign in to comment.