Skip to content

Commit 685787b

Browse files
devaguptjettero
authored andcommitted
Changing hubble git repo and version
1 parent 3e31253 commit 685787b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkg/windows/dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -107,8 +107,8 @@ RUN Push-Location salt; \
107107
python ./setup.py --quiet install --force; \
108108
pop-location;
109109
#All the variables used for hubble
110-
ARG HUBBLE_CHECKOUT=4.0-win-release
111-
ARG HUBBLE_GIT_URL=https://github.com/devagupt/hubble.git
110+
ARG HUBBLE_CHECKOUT=v4.0.0
111+
ARG HUBBLE_GIT_URL=https://github.com/hubblestack/hubble.git
112112
ENV HUBBLE_SRC_PATH='C:/temp/hubble/'
113113
#Clone Hubble
114114
RUN git clone "$env:HUBBLE_GIT_URL"; \

0 commit comments

Comments
 (0)