mirror of
https://github.com/temporalio/temporal.git
synced 2026-08-30 18:41:49 -07:00
Update base-ci-builder image (#5311)
## What changed? <!-- Describe what has changed in this PR --> Update `base-ci-builder` image to 1.10.8. ## Why? <!-- Tell your future self why have you made these changes --> It updates `alpine` image to 3.19. ## How did you test it? <!-- How have you verified this change? Tested locally? Added a unit test? Checked in staging env? --> ## Potential risks <!-- Assuming the worst case, what can be broken when deploying this change to production? --> ## Is hotfix candidate? <!-- Is this PR a hotfix candidate or does it require a notification to be sent to the broader community? (Yes/No) -->
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
FROM temporalio/base-ci-builder:1.10.7 AS prebuild
|
||||
FROM temporalio/base-ci-builder:1.10.8 AS prebuild
|
||||
WORKDIR /temporal
|
||||
|
||||
# Populate some data in the go build cache to speed up subsequent builds.
|
||||
|
||||
Reference in New Issue
Block a user