Upgrade CI to Alpine 3.18 (#2332)

References #2328.
This commit is contained in:
Andrew Gaul 2023-11-12 11:08:44 +09:00 committed by GitHub
parent e2ac9b45e8
commit 807ec1f6f7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -62,7 +62,7 @@ jobs:
- fedora:38
- fedora:37
- opensuse/leap:15
- alpine:3.17
- alpine:3.18
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.17" ]; then
elif [ "${CONTAINER_FULLNAME}" = "alpine:3.18" ]; then
PACKAGE_MANAGER_BIN="apk"
PACKAGE_UPDATE_OPTIONS="update --no-progress"
PACKAGE_INSTALL_OPTIONS="add --no-progress --no-cache"