File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -93,7 +93,7 @@ RUN yum install -y rpmbuild rpm-build gcc make rh-ruby23 rh-ruby23-ruby-devel \
93
93
# pyinstaller start
94
94
# commands specified for ENTRYPOINT and CMD are executed when the container is run, not when the image is built
95
95
# use the following variables to choose the version of hubble
96
- ENV HUBBLE_CHECKOUT=v2.2.11
96
+ ENV HUBBLE_CHECKOUT=v2.2.11.1
97
97
ENV HUBBLE_VERSION=2.2.11
98
98
ENV HUBBLE_GIT_URL=https://github.com/hubblestack/hubble.git
99
99
ENV HUBBLE_SRC_PATH=/hubble_src
Original file line number Diff line number Diff line change @@ -90,7 +90,7 @@ RUN yum install -y ruby ruby-devel rpmbuild rpm-build rubygems gcc make \
90
90
# pyinstaller start
91
91
# commands specified for ENTRYPOINT and CMD are executed when the container is run, not when the image is built
92
92
# use the following variables to choose the version of hubble
93
- ENV HUBBLE_CHECKOUT=v2.2.11
93
+ ENV HUBBLE_CHECKOUT=v2.2.11.1
94
94
ENV HUBBLE_VERSION=2.2.11
95
95
ENV HUBBLE_GIT_URL=https://github.com/hubblestack/hubble.git
96
96
ENV HUBBLE_SRC_PATH=/hubble_src
You can’t perform that action at this time.
0 commit comments