Skip to content

Commit

Permalink
Use forked sidecar which contains file mode fix
Browse files Browse the repository at this point in the history
  • Loading branch information
macropin committed May 24, 2024
1 parent 33a2665 commit a8d7a88
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 @@ -114,7 +114,7 @@ RUN set -x \
# Install k8s-sidecar
RUN set -x \
&& cd /tmp \
&& git clone https://github.com/kiwigrid/k8s-sidecar.git --branch 1.26.1 \
&& git clone https://github.com/macropin/k8s-sidecar.git --branch fix/file-mode \
&& cd k8s-sidecar \
&& cd src \
&& pip install --no-cache-dir -r requirements.txt \
Expand Down

0 comments on commit a8d7a88

Please sign in to comment.