Skip to content

Commit

Permalink
Merge pull request #731 from apigee/fix-claat
Browse files Browse the repository at this point in the history
Bump claat version to fix rendering issue.
  • Loading branch information
danistrebel authored Mar 28, 2024
2 parents c94cb3e + 5c721ce commit 1180a67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/pipeline-runner/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ RUN mv /usr/bin/mvn /usr/bin/_mvn &&\
chmod +x /usr/bin/mvn

# install claat
RUN wget -qO- https://github.com/googlecodelabs/tools/releases/download/v2.2.4/claat-linux-amd64 > /usr/local/bin/claat
RUN wget -qO- https://github.com/googlecodelabs/tools/releases/download/v2.2.6/claat-linux-amd64 > /usr/local/bin/claat
RUN chmod +x /usr/local/bin/claat

ENV PUPPETEER_SKIP_CHROMIUM_DOWNLOAD=true \
Expand Down

0 comments on commit 1180a67

Please sign in to comment.