Skip to content

Commit

Permalink
update branch in dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
GregWhiteyBialas committed Aug 14, 2024
1 parent 10c8bd1 commit 75fa9e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ ENV GO111MODULE=on

# Build dependencies
RUN mkdir -p /go/src/github.com/ && \
git clone -b update_test https://github.com/stackhpc/redfish_exporter /go/src/github.com/stackhpc/redfish_exporter && \
git clone -b stackhpc https://github.com/stackhpc/redfish_exporter /go/src/github.com/stackhpc/redfish_exporter && \
cd /go/src/github.com/stackhpc/redfish_exporter && \
make build

Expand Down

0 comments on commit 75fa9e6

Please sign in to comment.