Merge pull request #216 from mlocati/php8-stable

Don't use "release candidates" docker images for php 8.0
This commit is contained in:
Michele Locati 2020-12-11 15:38:48 +01:00 committed by GitHub
commit af28902fe9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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