This is an automated email from the ASF dual-hosted git repository. aleksraiden pushed a commit to branch aleksraiden-patch-7 in repository https://gitbox.apache.org/repos/asf/kvrocks.git
commit e624054016b437b4d008d4d100457e1a060c133b Author: Aleks Lozovyuk <[email protected]> AuthorDate: Wed Jan 7 00:24:20 2026 +0300 Update Alpine image version to 3.22 --- .github/workflows/kvrocks.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/kvrocks.yaml b/.github/workflows/kvrocks.yaml index d0d3f50b7..84be48d60 100644 --- a/.github/workflows/kvrocks.yaml +++ b/.github/workflows/kvrocks.yaml @@ -512,7 +512,7 @@ jobs: image: debian:12 compiler: gcc - name: Alpine 3 - image: alpine:3 + image: alpine:3.22 compiler: gcc disable_jemalloc: -DDISABLE_JEMALLOC=ON
