Skip to content

Commit 82a1462

Browse files
committed
Check out correct tag
1 parent 4ac92eb commit 82a1462

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pkg/centos6/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ RUN yum install -y rpmbuild rpm-build gcc make rh-ruby23 rh-ruby23-ruby-devel \
9393
#pyinstaller start
9494
#commands specified for ENTRYPOINT and CMD are executed when the container is run, not when the image is built
9595
#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
9797
ENV HUBBLE_VERSION=2.2.11
9898
ENV HUBBLE_GIT_URL=https://github.com/hubblestack/hubble.git
9999
ENV HUBBLE_SRC_PATH=/hubble_src

pkg/centos7/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ RUN yum install -y ruby ruby-devel rpmbuild rpm-build rubygems gcc make \
9090
#pyinstaller start
9191
#commands specified for ENTRYPOINT and CMD are executed when the container is run, not when the image is built
9292
#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
9494
ENV HUBBLE_VERSION=2.2.11
9595
ENV HUBBLE_GIT_URL=https://github.com/hubblestack/hubble.git
9696
ENV HUBBLE_SRC_PATH=/hubble_src

0 commit comments

Comments
 (0)