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 Jun 5, 2023
1 parent b476d8b commit 5fe027f
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 5fe027f

Please sign in to comment.