Skip to content

Commit

Permalink
Add Alpine Linux 3.19, drop 3.15
Browse files Browse the repository at this point in the history
  • Loading branch information
frenck committed Dec 8, 2023
1 parent 2c3ba9b commit 97585b8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
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.18"
ALPINE_LATEST: "3.19"
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.15", "3.16", "3.17", "3.18"]
version: ["3.16", "3.17", "3.18", "3.19"]
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.15, 3.16, 3.17 3.18 | 3.18 |
| armv7-base | Alpine | 3.15, 3.16, 3.17 3.18 | 3.18 |
| aarch64-base | Alpine | 3.15, 3.16, 3.17 3.18 | 3.18 |
| amd64-base | Alpine | 3.15, 3.16, 3.17 3.18 | 3.18 |
| i386-base | Alpine | 3.15, 3.16, 3.17 3.18 | 3.18 |
| armhf-base | Alpine | 3.16, 3.17 3.18, 3.19 | 3.19 |
| armv7-base | Alpine | 3.16, 3.17 3.18, 3.19 | 3.19 |
| aarch64-base | Alpine | 3.16, 3.17 3.18, 3.19 | 3.19 |
| amd64-base | Alpine | 3.16, 3.17 3.18, 3.19 | 3.19 |
| i386-base | Alpine | 3.16, 3.17 3.18, 3.19 | 3.19 |

### jemalloc

Expand Down

0 comments on commit 97585b8

Please sign in to comment.