mirror of
https://github.com/mlocati/docker-php-extension-installer
synced 2025-05-09 00:22:40 +00:00
Don't use "release candidates" docker images for php 8.0
Test: xdebug
This commit is contained in:
parent
bf732abd85
commit
bf3e1c0a14
1 changed files with 1 additions and 1 deletions
|
@ -109,7 +109,7 @@ filterUnsupportedExensionsForDistro() {
|
|||
# the full docker image ID
|
||||
getDockerImageName() {
|
||||
case "$2" in
|
||||
8.0)
|
||||
8.1)
|
||||
getDockerImageName_version="$2-rc"
|
||||
;;
|
||||
*)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue