Skip to content

Commit

Permalink
Hotfix: correct zap cli symlink for chip build dockerfile (#23662)
Browse files Browse the repository at this point in the history
  • Loading branch information
andy31415 authored and pull[bot] committed Jan 15, 2024
1 parent 911463b commit 7162240
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion integrations/docker/images/chip-build/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -146,5 +146,5 @@ RUN set -x \
&& unzip zap-linux.zip \
&& rm zap-linux.zip \
&& rm zap \
&& ln -s /opt/zap-${ZAP_VERSION}/zap /usr/bin/ \
&& ln -s /opt/zap-${ZAP_VERSION}/zap-cli /usr/bin/ \
&& : # last line
2 changes: 1 addition & 1 deletion integrations/docker/images/chip-build/version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.6.09 Version bump reason: Install zap v2022.11.16 in docker images.
0.6.10 Version bump reason: Fix zap link (link zap-cli into /usr/bin instead of zap)

0 comments on commit 7162240

Please sign in to comment.