Upgrade CI to Alpine 3.18

References #2328.
This commit is contained in:
Andrew Gaul 2023-09-26 00:40:23 +09:00
parent e2ac9b45e8
commit b1bf6ee1ba
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"