We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 447094e commit 0730917Copy full SHA for 0730917
.github/workflows/image_build.yml
@@ -10,7 +10,7 @@ jobs:
10
strategy:
11
matrix:
12
build:
13
- - { php_version: "8.4", php_version_latest: "true", distro: "alpine", distro_variant: "3.23", latest: "true", distro_latest: "true", arch: "linux/amd64,linux/arm64" }
+ - { php_version: "8.4", php_version_latest: "true", distro: "alpine", distro_variant: "3.22", latest: "true", distro_latest: "true", arch: "linux/amd64,linux/arm64" }
14
env:
15
BASE_IMAGE: "ghcr.io/nfrastack/container-nginx-php-fpm"
16
PHP_BASE: ${{ matrix.build.php_version }}
0 commit comments