Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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/[email protected]
Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down