diff --git a/podman-wpamapsta/ci_build-images.sh b/podman-wpamapsta/ci_build-images.sh index b0c9c14..2cdf1b8 100755 --- a/podman-wpamapsta/ci_build-images.sh +++ b/podman-wpamapsta/ci_build-images.sh @@ -7,7 +7,7 @@ source "${ABSDIR}"/vars.sh ensure_pwd_is_scriptdir ensure_not_root -php='php8.0' +php='php8.1' flavor='apache' buildfolder=/tmp/wp-$$ diff --git a/podman-wpamapsta/vars.sh b/podman-wpamapsta/vars.sh index 1c96920..7cf564a 100644 --- a/podman-wpamapsta/vars.sh +++ b/podman-wpamapsta/vars.sh @@ -1,7 +1,7 @@ #!/usr/bin/env bash ## vars wp_image='git.garbaye.fr/garbaye/wordpress' -wp_version='6.1.4-php8.0-apache' +wp_version='6.1.4-php8.1-apache' mysql_image='docker.io/library/mariadb' mysql_version='10.11' ## default vars : override with ENV var