diff --git a/build-images.sh b/build-images.sh index 76b4b37..d0bfda4 100644 --- a/build-images.sh +++ b/build-images.sh @@ -15,7 +15,7 @@ repobase="${REPOBASE:-ghcr.io/nethserver}" #Create webtop-webapp container reponame="wordpress-app" -container=$(buildah from docker.io/wordpress:6.6.1-php8.3-apache) +container=$(buildah from docker.io/wordpress:6.6.2-php8.3-apache) buildah run "${container}" /bin/sh <<'EOF' set -e docker-php-ext-install pdo_mysql