Skip to content

Commit

Permalink
fix: version
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Glants committed Oct 2, 2024
1 parent 3d64d52 commit 2fcbd22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/kube-vip-watcher/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ ARG VERSION
# Install pipenv and compilation dependencies
RUN pip install pipenv
RUN apt-get update && apt-get install -y --no-install-recommends gcc git g++
RUN git clone --depth 1 --branch ${VERSION} https://github.com/BBQigniter/kube-vip-watcher.git /src
RUN git clone --depth 1 --branch v${VERSION} https://github.com/BBQigniter/kube-vip-watcher.git /src
RUN chmod +x /src/*.py
RUN chmod +x /src/healthchecks/*.py
# Install python dependencies in /.venv
Expand Down

0 comments on commit 2fcbd22

Please sign in to comment.