Skip to content

Commit

Permalink
Update zap image version for cert bins docker file (#24307)
Browse files Browse the repository at this point in the history
  • Loading branch information
andy31415 authored and pull[bot] committed Apr 26, 2023
1 parent 5b3c8e2 commit 1053822
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions integrations/docker/images/chip-cert-bins/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,12 @@
FROM ubuntu:22.04 as chip-build-cert
ARG TARGETPLATFORM
# COMMITHASH defines the target commit to build from. May be passed in using --build-arg.
ARG COMMITHASH=1e06479f412b78eea0dfbeacf7cad51d005b649b
ARG COMMITHASH=451e602649b8b37ba6c9aab8ba5e30747293f778

# ZAP Development install, so that it runs on both x64 and arm64
# Generally this should match with the ZAP version that is used for codegen within the
# specified SHA
ARG ZAP_VERSION=v2023.01.05-nightly

# Ensure TARGETPLATFORM is set
RUN case ${TARGETPLATFORM} in \
Expand Down Expand Up @@ -256,8 +261,6 @@ RUN case ${TARGETPLATFORM} in \
*) ;; \
esac

# ZAP Development install, so that it runs on both x64 and arm64
ENV ZAP_VERSION=v2022.11.29-nightly
RUN set -x \
&& mkdir -p /opt/zap-${ZAP_VERSION} \
&& git clone https://github.com/project-chip/zap.git /opt/zap-${ZAP_VERSION} \
Expand Down

0 comments on commit 1053822

Please sign in to comment.