Don't use "release candidates" docker images for php 8.0

Test: xdebug
This commit is contained in:
Michele Locati 2020-12-11 15:34:52 +01:00
parent bf732abd85
commit bf3e1c0a14
No known key found for this signature in database
GPG Key ID: 98B7CE2E7234E28B

View File

@ -109,7 +109,7 @@ filterUnsupportedExensionsForDistro() {
# the full docker image ID
getDockerImageName() {
case "$2" in
8.0)
8.1)
getDockerImageName_version="$2-rc"
;;
*)