Skip to content

Commit

Permalink
Update the sha to something that supports the latest options. This is…
Browse files Browse the repository at this point in the history
… the TE2 for 1.2 SHA
  • Loading branch information
andreilitvin committed Aug 8, 2023
1 parent 4dbe492 commit a155e5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integrations/docker/images/chip-cert-bins/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM ubuntu:22.04 as chip-build-cert
LABEL org.opencontainers.image.source https://github.com/project-chip/connectedhomeip
ARG TARGETPLATFORM
# COMMITHASH defines the target commit to build from. May be passed in using --build-arg.
ARG COMMITHASH=7b99e6399c6069037c613782d78132c69b9dcabb
ARG COMMITHASH=c1ec2d777456924dcaa59b53351b00d73caf378f

# Ensure TARGETPLATFORM is set
RUN case ${TARGETPLATFORM} in \
Expand Down

0 comments on commit a155e5c

Please sign in to comment.