Skip to content

Commit

Permalink
Bump base-ci-builder image (#4969)
Browse files Browse the repository at this point in the history
<!-- Describe what has changed in this PR -->
**What changed?**
Bump base-ci-builder image to 1.10.5

<!-- Tell your future self why have you made these changes -->
**Why?**
Use Go 1.20.10 which addresses
https://www.nginx.com/blog/http-2-rapid-reset-attack-impacting-f5-nginx-products/

<!-- How have you verified this change? Tested locally? Added a unit
test? Checked in staging env? -->
**How did you test it?**


<!-- Assuming the worst case, what can be broken when deploying this
change to production? -->
**Potential risks**
No.

<!-- Is this PR a hotfix candidate or require that a notification be
sent to the broader community? (Yes/No) -->
**Is hotfix candidate?**
No.
  • Loading branch information
rodrigozhou authored Oct 12, 2023
1 parent 759b608 commit b154bcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion develop/buildkite/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
FROM temporalio/base-ci-builder:1.9.2
FROM temporalio/base-ci-builder:1.10.5
WORKDIR /temporal

0 comments on commit b154bcd

Please # to comment.