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:
Rodrigo Zhou
2024-01-17 13:04:59 -06:00
committed by GitHub
parent 0be1a4572e
commit 7c1cb65ea5

View File

@@ -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.