Upgrade CI to Alpine 3.19 (#2429)

This commit is contained in:
Andrew Gaul 2024-03-07 00:23:00 +09:00 committed by GitHub
parent 70a30d6e26
commit 79597c7960
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -62,7 +62,7 @@ jobs:
- fedora:39
- fedora:38
- opensuse/leap:15
- alpine:3.18
- alpine:3.19
container:
image: ${{ matrix.container }}

View File

@ -210,7 +210,7 @@ elif [ "${CONTAINER_FULLNAME}" = "opensuse/leap:15" ]; then
INSTALL_CHECKER_PKGS="cppcheck ShellCheck"
INSTALL_CHECKER_PKG_OPTIONS=""
elif [ "${CONTAINER_FULLNAME}" = "alpine:3.18" ]; then
elif [ "${CONTAINER_FULLNAME}" = "alpine:3.19" ]; then
PACKAGE_MANAGER_BIN="apk"
PACKAGE_UPDATE_OPTIONS="update --no-progress"
PACKAGE_INSTALL_OPTIONS="add --no-progress --no-cache"