diff --git a/.github/workflows/builder.yml b/.github/workflows/builder.yml index efa61957..26f7ae9d 100644 --- a/.github/workflows/builder.yml +++ b/.github/workflows/builder.yml @@ -8,7 +8,7 @@ on: env: BUILD_TYPE: base - ALPINE_LATEST: "3.21" + ALPINE_LATEST: "3.22" DEBIAN_LATEST: "bookworm" UBUNTU_LATEST: "20.4" RASPBIAN_LATEST: "bullseye" @@ -71,7 +71,7 @@ jobs: strategy: matrix: arch: ${{ fromJson(needs.init.outputs.architectures_alpine) }} - version: ["3.18", "3.19", "3.20", "3.21"] + version: ["3.19", "3.20", "3.21", "3.22"] steps: - name: Checkout the repository uses: actions/checkout@v4.2.2 diff --git a/README.md b/README.md index e91327e6..4f0279fe 100644 --- a/README.md +++ b/README.md @@ -13,11 +13,11 @@ We support version that are not EOL: https://alpinelinux.org/releases/ | Image | OS | Tags | latest | |-------|----|------|--------| -| armhf-base | Alpine | 3.18, 3.19, 3.20, 3.21 | 3.21 | -| armv7-base | Alpine | 3.18, 3.19, 3.20, 3.21 | 3.21 | -| aarch64-base | Alpine | 3.18, 3.19, 3.20, 3.21 | 3.21 | -| amd64-base | Alpine | 3.18, 3.19, 3.20, 3.21 | 3.21 | -| i386-base | Alpine | 3.18, 3.19, 3.20, 3.21 | 3.21 | +| armhf-base | Alpine | 3.19, 3.20, 3.21, 3.22 | 3.22 | +| armv7-base | Alpine | 3.19, 3.20, 3.21, 3.22 | 3.22 | +| aarch64-base | Alpine | 3.19, 3.20, 3.21, 3.22 | 3.22 | +| amd64-base | Alpine | 3.19, 3.20, 3.21, 3.22 | 3.22 | +| i386-base | Alpine | 3.19, 3.20, 3.21, 3.22 | 3.22 | ### jemalloc