From 97585b8553b211d6bfa85e23a1f59baa0617a5aa Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Fri, 8 Dec 2023 10:51:11 +0100 Subject: [PATCH] Add Alpine Linux 3.19, drop 3.15 --- .github/workflows/builder.yml | 4 ++-- README.md | 10 +++++----- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/builder.yml b/.github/workflows/builder.yml index fe7505b..af95cd0 100644 --- a/.github/workflows/builder.yml +++ b/.github/workflows/builder.yml @@ -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" @@ -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/checkout@v4.1.1 diff --git a/README.md b/README.md index 04cf0a3..9ee87a9 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.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